This commit is contained in:
Guoqs
2024-09-06 15:31:01 +08:00

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