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 }