From e9138be454268b630310531b6747bef4c58e7caf Mon Sep 17 00:00:00 2001 From: liyawei Date: Wed, 17 Aug 2022 12:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81-=E5=8F=82=E6=95=B0=E9=A1=B9?= =?UTF-8?q?=E6=94=B6=E9=9B=86-=E5=B7=A5=E7=A8=8B=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E4=BA=BA=E9=80=89=E6=8B=A9=E6=B8=85=E7=A9=BA=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index fdafa80b7..14e5ad760 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -455,6 +455,7 @@ console.log(res) if (res.data.success) { _this.$message.success(_this.$t('OperationSuccessful')) + // this.$refs['ruleFormOne'].resetFields() _this.areaVisiblezr = false this.getLoginUserType() } else { @@ -495,6 +496,7 @@ console.log(res) if (res.data.success) { _this.$message.success(_this.$t('OperationSuccessful')) + this.$refs['ruleForm'].resetFields() _this.areaVisible = false this.getLoginUserType() } else { @@ -518,23 +520,25 @@ }, // 点击工程接口人的详情人员 有权限 areaOfResponsibility(record) { - this.areaVisible = true + // this.$refs.ruleForm.clearValidate() this.$nextTick(() => { this.Dateline = { ...this.Dateline } this.getquerySdtList(record) this.$refs.ruleForm.clearValidate() }) + this.areaVisible = true }, // 点击责任领域的详情人员 有权限 ondataValueTobe(record) { - this.areaVisiblezr = true + // this.$refs.ruleForm.clearValidate() this.$nextTick(() => { this.Dateline = { ...this.Dateline } this.getquerySdtId = record.id this.$refs.ruleFormOne.clearValidate() }) + this.areaVisiblezr = true }, dataValueTobeinitiated() { this.$message.warning(this.$t('certifiedEngineer') + this.$t('and') + this.$t('Statusis') + this.$t('CollectionInitiated') + this.$t('ReturnedPerson') + this.$t('alteration') + this.$t('toHavePermission'))