Browse Source

bug修改

dengrui 6 tháng trước cách đây
mục cha
commit
1d83176b44
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/plan/order/index.vue

+ 1 - 1
src/views/plan/order/index.vue

@@ -456,7 +456,7 @@ option.value = {
         }
       },
       change: ({ value, column }) => {
-        if (value != form.value.materialCode) {
+        if (value != form.value.materialCode && value) {
           dialog1.visible = true;
         }
       },