diff --git a/project/shandong10086/apps/shandong/AppIntegralAudit/components/Detail.vue b/project/shandong10086/apps/shandong/AppIntegralAudit/components/Detail.vue index d5c573b7..8fa6e754 100644 --- a/project/shandong10086/apps/shandong/AppIntegralAudit/components/Detail.vue +++ b/project/shandong10086/apps/shandong/AppIntegralAudit/components/Detail.vue @@ -42,7 +42,7 @@ @onConfirm="onConfirm"> - + @@ -138,6 +138,10 @@ }) }, + onStatusChange () { + this.$refs.form.clearValidate() + }, + onClose () { this.form.auditIntegralType = '' this.form.auditRuleId = '' diff --git a/project/shandong10086/apps/shandong/AppResident/auditList.vue b/project/shandong10086/apps/shandong/AppResident/auditList.vue index c92cc6d8..c4433de6 100644 --- a/project/shandong10086/apps/shandong/AppResident/auditList.vue +++ b/project/shandong10086/apps/shandong/AppResident/auditList.vue @@ -49,12 +49,11 @@ :current.sync="search.current" :size.sync="search.size" @getList="getList"> - + @@ -67,7 +66,7 @@ @onConfirm="onConfirm"> - + @@ -160,6 +159,10 @@ }) }, + onStatusChange () { + this.$refs.form.clearValidate() + }, + toAudit (id) { this.id = id this.isShow = true diff --git a/project/shandong10086/apps/shandong/AppResident/audtiDetail.vue b/project/shandong10086/apps/shandong/AppResident/audtiDetail.vue index 01b0f1c4..e41a9b74 100644 --- a/project/shandong10086/apps/shandong/AppResident/audtiDetail.vue +++ b/project/shandong10086/apps/shandong/AppResident/audtiDetail.vue @@ -162,7 +162,7 @@ - +
@@ -188,7 +188,7 @@ @onConfirm="onConfirm"> - + @@ -385,6 +385,10 @@ export default { }) }, + onStatusChange () { + this.$refs.form.clearValidate() + }, + onClose () { this.form.pass = '' this.form.opinion = ''