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