Explorar el Código

fix: 审核修改默认值

zh hace 2 años
padre
commit
0229dd2156
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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) {