From bbb50c2fe58a5c0b7806fe0b2c97a9ae06de37a7 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Thu, 18 May 2023 18:18:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=9B=9E=E6=98=BE=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/permissionApplication/launch.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/permissionApplication/launch.vue b/src/views/permissionApplication/launch.vue index 193c2ae..97ff70a 100644 --- a/src/views/permissionApplication/launch.vue +++ b/src/views/permissionApplication/launch.vue @@ -231,6 +231,7 @@ export default { this.tableData[0].oldpower=data.records[0].power this.$set(this.tableData[0],'oldpower',data.records[0].power) }else if(this.$route.query.isDraft){ + // 草稿的时候 判断当前的权限跟原来的下权限还是都一样 if(JSON.parse(this.processOld.dataJson).power==data.records[0].power){ this.tableData.push({...JSON.parse(this.processOld.dataJson),...JSON.parse(this.processOld.submitJson)}) }else{