Bläddra i källkod

Merge branch 'lin_增值服务' of ssh://gogs.zfire.top:2222/zfire-front/zfire-newmall-admin into develop

linwenxin 1 år sedan
förälder
incheckning
08626294c3
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/engineeringMaintenance/applicationWithoutFee/index.vue

+ 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
         })