diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 890eac4b8..8e2fce7e0 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -152,7 +152,7 @@ { if(val.type === 'agency'){ this.form.agencyId = val.id; + this.cascaderAgencyId = val.id; this.optionsV = []; this.form.villageId = ''; this.form.buildId = ''; @@ -1056,16 +1058,18 @@ export default { } } }, - handleChangeAgency(val) { + async handleChangeAgency(val) { this.sarr = [] this.getLastItem( this.orgOptions, val, "agencyId" ); - this.form.agencyId=this.sarr[this.sarr.length - 1].agencyId this.form.level = this.sarr[this.sarr.length - 1].level; - this.getValiheList() + this.form.agencyId = this.sarr[this.sarr.length - 1].agencyId; + this.optionsV = []; + this.optionsVPageNo = 1; + await this.getValiheList() }, getLastItem(list, vals, key) { let LIST = list || []; diff --git a/src/views/modules/communityParty/activity/index.vue b/src/views/modules/communityParty/activity/index.vue index e5a474ca6..6ab550f5e 100644 --- a/src/views/modules/communityParty/activity/index.vue +++ b/src/views/modules/communityParty/activity/index.vue @@ -283,7 +283,6 @@ }, async communityActivityList() { const url = "/actual/base/communityActivity/page"; - let params = { pageSize: this.pageSize, pageNo: this.pageNo, @@ -398,7 +397,7 @@ pageSize: 10, pageNo: 1, typeName: "", - enabled: 1 + enabled: 0 } const { data, code, msg } = await requestPost(url, params) if (code === 0) { diff --git a/src/views/modules/shequzhili/Delivery/index.vue b/src/views/modules/shequzhili/Delivery/index.vue index 7f5413688..ce7c65c50 100644 --- a/src/views/modules/shequzhili/Delivery/index.vue +++ b/src/views/modules/shequzhili/Delivery/index.vue @@ -77,21 +77,30 @@
导出 + + + 上传导入 + + - 导入 - - 下载模板 - --> + + +
diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index b42788f03..4b88a4dc4 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -24,7 +24,7 @@
关闭 保存 + @click="handleComfirm">{{this.pageType=="assign"?"确认指派":"保存"}}
diff --git a/src/views/modules/shequzhili/eventHandling/index.vue b/src/views/modules/shequzhili/eventHandling/index.vue index 9cef2ce64..66825013d 100644 --- a/src/views/modules/shequzhili/eventHandling/index.vue +++ b/src/views/modules/shequzhili/eventHandling/index.vue @@ -69,20 +69,27 @@
导出 - - + + 上传导入 + + + + +
- + @@ -49,7 +49,7 @@ - + @@ -173,6 +173,8 @@ function iniFmData() { // content: '',//回复内容 // status: '',// 处理中:processing;已办结:closed_case responsibleUnit:"yes", + responsibleName:"", + responsibleMobile:"", }; } @@ -274,7 +276,7 @@ export default { mobile: [ { required: isReport, message: "联系电话不能为空", trigger: "blur" }, ], - responsibleName: [{ required: isChengguan, message: "责任人不能为空", trigger: "change" }], + responsibleName: [{ required: isChengguan, message: "责任人不能为空", trigger: "blur" }], responsibleMobile: [ { required: isChengguan, message: "联系电话不能为空", trigger: "blur" }, ], @@ -349,9 +351,13 @@ export default { this.obj.level = this.sarr[this.sarr.length - 1].level }, handleDemandTypeChange() { - this.$refs.ref_form1.clearValidate(); // 清除所有验证 + this.cleanDataRule(); // 清除所有验证 this.formData.demandType = this.formData.demandType; // 重新设置诉求类型 }, + cleanDataRule(){ + this.$refs.ref_form1.clearValidate(); // 清除所有验证 + this.$refs.ref_form2.clearValidate(); // 清除所有验证 + }, getLastItem(list, vals, key) { let LIST = list || []; for (let item of LIST) { diff --git a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue index 4384e2877..557844c23 100644 --- a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue +++ b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue @@ -107,34 +107,34 @@