Ver Fonte

fix: 审核修改默认值

zh há 2 anos atrás
pai
commit
0229dd2156
1 ficheiros alterados com 2 adições e 0 exclusões
  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 = {
           ...res.data
         }
+        this.formData.isSuccess = 'YES'
+        this.formData.status = 'ING'
       })
     },
     selectionChange(data) {