Browse Source

fix: 审核修改默认值

zh 2 years ago
parent
commit
0229dd2156
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/commercialEngineering/components/operate.vue

+ 2 - 0
src/views/commercialEngineering/components/operate.vue

@@ -302,6 +302,8 @@ export default {
         this.formData = {
         this.formData = {
           ...res.data
           ...res.data
         }
         }
+        this.formData.isSuccess = 'YES'
+        this.formData.status = 'ING'
       })
       })
     },
     },
     selectionChange(data) {
     selectionChange(data) {