mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 03:50:13 +08:00
关闭弹框重置校验
This commit is contained in:
@@ -461,7 +461,7 @@ export default {
|
||||
this.stationList = response.data;
|
||||
});
|
||||
},
|
||||
// 站点弹框取消
|
||||
// 站点弹框取消重置
|
||||
getCancel() {
|
||||
this.getSite = false;
|
||||
this.selectSite = '';
|
||||
@@ -482,7 +482,8 @@ export default {
|
||||
modifyElectricityC: "",
|
||||
modifyServiceD: "",
|
||||
modifyElectricityD: "",
|
||||
}
|
||||
};
|
||||
this.$refs["exchangeRate"].resetFields();
|
||||
},
|
||||
// 站点弹框确认
|
||||
siteConfirmation() {
|
||||
|
||||
Reference in New Issue
Block a user