关闭弹框重置校验

This commit is contained in:
BOOL\25024
2024-01-25 16:31:39 +08:00
parent 6e37a276bf
commit 7ed8804cd8

View File

@@ -461,7 +461,7 @@ export default {
this.stationList = response.data; this.stationList = response.data;
}); });
}, },
// 站点弹框取消 // 站点弹框取消重置
getCancel() { getCancel() {
this.getSite = false; this.getSite = false;
this.selectSite = ''; this.selectSite = '';
@@ -482,7 +482,8 @@ export default {
modifyElectricityC: "", modifyElectricityC: "",
modifyServiceD: "", modifyServiceD: "",
modifyElectricityD: "", modifyElectricityD: "",
} };
this.$refs["exchangeRate"].resetFields();
}, },
// 站点弹框确认 // 站点弹框确认
siteConfirmation() { siteConfirmation() {