From 8903b8af8d25b7606f5081f18607fe62003bc938 Mon Sep 17 00:00:00 2001 From: "BOOL\\25024" Date: Fri, 6 Sep 2024 15:17:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=B5=E5=8D=95=E8=BD=A6?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=97=B6=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/billing/template/components/addBilling.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jsowell-ui/src/views/billing/template/components/addBilling.vue b/jsowell-ui/src/views/billing/template/components/addBilling.vue index aee22508a..439409763 100644 --- a/jsowell-ui/src/views/billing/template/components/addBilling.vue +++ b/jsowell-ui/src/views/billing/template/components/addBilling.vue @@ -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);