forked from xxhjsb/hbt-prevention-ui
fix:流程
parent
dbdc809a99
commit
955a74b2e3
|
@ -705,7 +705,7 @@ export default class HiddenDangerManagerComponent extends BaseRecordComponent<an
|
||||||
this.tableColumn.push({ name: '上报时间', width: "120", key: "reportTime", render: (data) => data.reportTime || "--" });
|
this.tableColumn.push({ name: '上报时间', width: "120", key: "reportTime", render: (data) => data.reportTime || "--" });
|
||||||
this.tableColumn.push({
|
this.tableColumn.push({
|
||||||
name: '隐患标题', width: "150", render: (data) => {
|
name: '隐患标题', width: "150", render: (data) => {
|
||||||
if (this.params.type === 1 || this.params.type === 2) {
|
if (this.params.type === 1 ) {
|
||||||
return `<span class="link">${data.title || '未命名'}</span>`
|
return `<span class="link">${data.title || '未命名'}</span>`
|
||||||
} else {
|
} else {
|
||||||
return data.title
|
return data.title
|
||||||
|
|
|
@ -607,7 +607,6 @@ export default class IntegralExchange extends BaseRecordComponent<any> {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if (this.updateParams.id) {
|
} else if (this.updateParams.id) {
|
||||||
debugger
|
|
||||||
let tmpParam = {
|
let tmpParam = {
|
||||||
"taskId": this.updateParams.taskInfo?.taskId ?? "",
|
"taskId": this.updateParams.taskInfo?.taskId ?? "",
|
||||||
"type": this.updateParams.approvalResult === 0 ? "reject" : 'agree',
|
"type": this.updateParams.approvalResult === 0 ? "reject" : 'agree',
|
||||||
|
|
Loading…
Reference in New Issue