Selaa lähdekoodia

【修改】bug

howie 2 vuotta sitten
vanhempi
commit
a40a88d233
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/supply/policy/components/retail_form.vue

+ 2 - 2
src/views/supply/policy/components/retail_form.vue

@@ -1001,9 +1001,9 @@ export default {
           this.mainForm.isPlanOrder = false
         } else if (this.websitNumber === 'FS') {
           this.mainForm.isPlanOrder = true
-        } else {
-          this.mainForm.isPlanOrder = ''
         }
+      } else {
+        this.mainForm.isPlanOrder = ''
       }
       console.log(policy.type)
       if (policy.type == 'PROVISION') {