소스 검색

fix: 审核修改默认值

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