mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 02:20:12 +08:00
修改电单车默认时段
This commit is contained in:
@@ -539,6 +539,9 @@ export default {
|
||||
// 确认按钮
|
||||
onSubmit() {
|
||||
console.log("计费模板确定事件");
|
||||
if (this.form.type == 2) {
|
||||
this.form.timeArray[0].type = 3;
|
||||
}
|
||||
this.$refs.form.validate((valid) => {
|
||||
console.log("点击确定valid", valid);
|
||||
console.log("点击确定时的this.form", this.form);
|
||||
|
||||
Reference in New Issue
Block a user