Browse Source

bug修改

dengrui 6 months ago
parent
commit
1d83176b44
1 changed files with 1 additions and 1 deletions
  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;
         }
       },