diff --git a/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue b/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue index c4fe9b9d..1da560cc 100644 --- a/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue +++ b/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue @@ -363,7 +363,7 @@ export default { }, // 取消按钮 cancel() { - this.$refs.dynamicValidateFormTwo.clearValidate() + // this.$refs.dynamicValidateFormTwo.clearValidate() this.dialogShowFlag = false this.fileList = [] },