Sfoglia il codice sorgente

fix: 审核修改默认值

zh 2 anni fa
parent
commit
0229dd2156
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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) {