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{