feat:当前执行人默认--

wuyanfu
吴延福 2023-06-30 15:43:06 +08:00
parent 6a900c846b
commit 697d636900
1 changed files with 1 additions and 2 deletions

View File

@ -642,7 +642,7 @@ export default class HiddenDangerManagerComponent extends BaseRecordComponent<an
public buildTable(){ public buildTable(){
this.tableColumn.push({name:'状态',render:(data)=>this.statusMap[data.status]}); this.tableColumn.push({name:'状态',render:(data)=>this.statusMap[data.status]});
this.tableColumn.push({name:'当前执行人',width:"100",key:"executor"}); this.tableColumn.push({name:'当前执行人',width:"100",key:"executor",render:(data)=>data.executor || "--"});
this.tableColumn.push({name:'最新提交时间',width:"180",key:"updateTime"}); this.tableColumn.push({name:'最新提交时间',width:"180",key:"updateTime"});
this.tableColumn.push({name:'隐患来源',width:"150",render:(data)=>this.$store.getters.prevention_danger_resource_map[data.source]}); this.tableColumn.push({name:'隐患来源',width:"150",render:(data)=>this.$store.getters.prevention_danger_resource_map[data.source]});
this.tableColumn.push({name:'隐患标题',width:"150",render:(data)=>{ this.tableColumn.push({name:'隐患标题',width:"150",render:(data)=>{
@ -705,7 +705,6 @@ export default class HiddenDangerManagerComponent extends BaseRecordComponent<an
} }
public change(data,item){ public change(data,item){
this.$forceUpdate()
if(item && (item.key === "reformConfirmFlag" || item.key==="executeConfirmFlag")){ if(item && (item.key === "reformConfirmFlag" || item.key==="executeConfirmFlag")){
this.getTableCallback() this.getTableCallback()
return return