mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 12:00:11 +08:00
Merge branch 'dev' of http://192.168.2.46:8099/jsowell/jsowell-charger-web into dev
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