linwenxin 1 ano atrás
pai
commit
d66a4bc1de

+ 1 - 1
src/views/engineeringMaintenance/applicationWithoutFee/index.vue

@@ -132,7 +132,7 @@ export default {
         id
       }).then(res => {
         this.openType = 0
-        this.formData = res.data
+        this.formData = { ...res.data, examineStatus_cp: res.data.examineStatus }
         this.$nextTick(() => {
           this.formBool = true
         })