diff --git a/src/views/modules/shequzhili/Delivery/index.vue b/src/views/modules/shequzhili/Delivery/index.vue index 66e060119..7a2b0ef0b 100644 --- a/src/views/modules/shequzhili/Delivery/index.vue +++ b/src/views/modules/shequzhili/Delivery/index.vue @@ -85,7 +85,7 @@ @command="(command) => importTypeChange(command)"> 导入 - 下载模板 + 下载模板 导入 - 下载模板 - 上传导入 + 下载模板 + + 上传导入 + diff --git a/src/views/modules/shequzhili/timeOut/index.vue b/src/views/modules/shequzhili/timeOut/index.vue index f3df32826..04694479c 100644 --- a/src/views/modules/shequzhili/timeOut/index.vue +++ b/src/views/modules/shequzhili/timeOut/index.vue @@ -41,11 +41,11 @@ value: 'id', }" /> - + @@ -277,7 +277,6 @@ export default { } ], - formData: { agencyId: "", sourceType: "", @@ -293,7 +292,8 @@ export default { firstIdList: [], secondIdList: [], workOrderNum: "", - limitStatus:"" + limitStatus:"", + operationType:"" }, cateOptions: [], eventTypeCheck: [], @@ -650,11 +650,13 @@ export default { if (this.eventTypeCheck) { this.formData.secondIdList = this.eventTypeCheck } - + const { pageSize, pageNo, formData } = this; // 创建新的 formData 对象,保留原始值 - const newFormData = { ...formData }; - + let newFormData = { ...formData }; + if(!this.formData.limitStatus){ + newFormData.limitStatus = '3' + } // 处理 agencyId if (Array.isArray(newFormData.agencyId) && newFormData.agencyId.length) { if (this.level == "grid") { @@ -761,6 +763,7 @@ export default { endTime: "", limitStartTime: "", limitEndTime: "", + operationType:'', status: "", firstIdList: [], secondIdList: [],