소스 검색

【修改】bug

howie 2 년 전
부모
커밋
a40a88d233
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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') {