修改电单车默认时段

This commit is contained in:
BOOL\25024
2024-09-06 15:17:35 +08:00
parent 7bebbe64ad
commit 8903b8af8d

View File

@@ -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);