@@ -182,7 +182,7 @@ option.value = Object.assign(option.value, {
onMounted(() => {
search.value.prodtCode = props.materialCode
- if(props.enabled !== '-1'){
+ if(props.enabled != '-1'){
search.value.enabled = props.enabled
}
dataList();