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'))