监管的无法选择企业端数据

pet-2.0
liujun 2025-03-31 17:22:30 +08:00
parent 51ded1e8a3
commit 7acfd91d6d
1 changed files with 4 additions and 1 deletions

View File

@ -47,6 +47,7 @@ export default {
EW_RU_TASK_ID: '',
EW_RU_JOB_ID: '',
TYPE: '',
CORP_ID: '',
isView: '1'
}
},
@ -55,6 +56,8 @@ export default {
this.EW_RU_TASK_ID = event.taskId
this.EW_RU_JOB_ID = event.EW_RU_JOB_ID
this.TYPE = event.TYPE
this.CORP_ID = event.CORP_ID
this.isView = event.isView
},
onShow() {
this.resetList()
@ -85,7 +88,7 @@ export default {
goToTaskForword() {
uni.$u.route({
url: '/pages/eight_assignments/hot_work/delay_fire_monitoring/task_forward',
params: {taskId: this.EW_RU_TASK_ID, EW_RU_JOB_ID:this.EW_RU_JOB_ID,TYPE:this.TYPE}
params: {taskId: this.EW_RU_TASK_ID, EW_RU_JOB_ID: this.EW_RU_JOB_ID, TYPE: this.TYPE, CORP_ID: this.CORP_ID}
});
},
/**