【修改】修改回显的bug

This commit is contained in:
zhoulingpo
2023-05-18 18:18:56 +08:00
parent 8fd5b9282c
commit bbb50c2fe5
@@ -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{