From ab1daed1bf9e1125d977021d6c366d248ea6ee48 Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 3 Dec 2024 19:25:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E7=81=AB=E7=82=B9=E5=87=BB=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=E5=90=8E=E3=80=82=E6=97=A0=E6=B3=95=E6=AD=A3=E5=B8=B8?= =?UTF-8?q?=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/eight_assignments/hot_work/select_position.vue | 8 +++++--- utils/submitHomeworkProcess.js | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/eight_assignments/hot_work/select_position.vue b/pages/eight_assignments/hot_work/select_position.vue index d91e35c..7d6b9d5 100644 --- a/pages/eight_assignments/hot_work/select_position.vue +++ b/pages/eight_assignments/hot_work/select_position.vue @@ -36,6 +36,8 @@ export default { taskId: '', EW_RU_JOB_ID: '', vernier: '', + CORP_ID: '', + CORP_NAME: '', formItems: [ {name: '经度', key_name: 'WORK_LONGITUDE', type: 0}, {name: '纬度', key_name: 'WORK_LATITUDE', type: 0} @@ -55,8 +57,8 @@ export default { this.EW_RU_JOB_ID = options.EW_RU_JOB_ID this.vernier = options.vernier this.type = options.type - this.form.CORP_ID = options.CORP_ID - this.form.CORP_NAME = options.CORP_NAME + this.CORP_ID = options.CORP_ID + this.CORP_NAME = options.CORP_NAME }, methods: { fnLocation() { @@ -78,7 +80,7 @@ export default { form: this.form, formItems: this.formItems, TYPE: this.type, - CORP_ID: this.form.CORP_ID, + CORP_ID: this.CORP_ID, EW_RU_TASK_ID: this.taskId, EW_RU_JOB_ID: this.EW_RU_JOB_ID, vernier: this.vernier diff --git a/utils/submitHomeworkProcess.js b/utils/submitHomeworkProcess.js index c0e0cee..d34e115 100644 --- a/utils/submitHomeworkProcess.js +++ b/utils/submitHomeworkProcess.js @@ -239,7 +239,7 @@ export const resolveNextOperation = async ({EW_RU_TASK_ID = '', CORP_ID = '', TY if (info.otherFlag !== null && info.otherFlag.redirectFlag === '1') { uni.$u.route({ url: info.otherFlag.url, - params: {taskId: EW_RU_TASK_ID, EW_RU_JOB_ID, TYPE,vernier: info.vernier} + params: {taskId: EW_RU_TASK_ID, EW_RU_JOB_ID, TYPE,CORP_ID,vernier: info.vernier} }) return }