【修改】修改回显的bug
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user