From 386621a81c23881eed410f152c49169589b5ce70 Mon Sep 17 00:00:00 2001 From: duanliangtao <48194157+duanliangtao@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:44:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=8B=E4=BB=B6=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=97=B6=E5=80=99=EF=BC=8C=E7=82=B9=E5=87=BB=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=EF=BC=8C=E6=89=80=E6=9C=89=E7=9A=84=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E9=83=BD=E8=BF=9B=E8=A1=8C=E4=BA=86=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/eventOld/cpts/add.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/modules/shequzhili/eventOld/cpts/add.vue b/src/views/modules/shequzhili/eventOld/cpts/add.vue index 7298fa83f..1c9e444e8 100644 --- a/src/views/modules/shequzhili/eventOld/cpts/add.vue +++ b/src/views/modules/shequzhili/eventOld/cpts/add.vue @@ -173,6 +173,8 @@ function iniFmData() { // content: '',//回复内容 // status: '',// 处理中:processing;已办结:closed_case responsibleUnit:"yes", + responsibleName:"", + responsibleMobile:"", }; } @@ -349,11 +351,12 @@ 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 || [];