From a99bad378de2e86349f581342446d9d67e963438 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 28 Apr 2023 23:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/permissionApplication/examine.vue | 3 ++- src/views/permissionApplication/launch.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/permissionApplication/examine.vue b/src/views/permissionApplication/examine.vue index d23e38e..be562d1 100644 --- a/src/views/permissionApplication/examine.vue +++ b/src/views/permissionApplication/examine.vue @@ -163,7 +163,8 @@ export default { this.disabled=true } this.getProcessDetail(params).then(res=>{ - this.tableData = JSON.parse(res.processOld.dataJson) + debugger + this.tableData = JSON.parse(this.processOld.dataJson) this.$set(this.applicationForm,'power',this.tableData[0].power) this.$set(this.applicationForm,'applyReason',this.tableData[0].applyReason) diff --git a/src/views/permissionApplication/launch.vue b/src/views/permissionApplication/launch.vue index dcc7caf..a816974 100644 --- a/src/views/permissionApplication/launch.vue +++ b/src/views/permissionApplication/launch.vue @@ -472,6 +472,7 @@ export default { } else { this.isSendDraft().then(()=>{ + this.organizeData() this.startProcess() }) }