From 949e49ab1bf2f059ef430927c597fb56cd779ea1 Mon Sep 17 00:00:00 2001 From: chenli Date: Thu, 29 Jan 2026 14:28:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=BC=A0=E5=80=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/apply/dynamicModelList/form.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/apply/dynamicModelList/form.vue b/pages/apply/dynamicModelList/form.vue index 870a5aa..97821a9 100644 --- a/pages/apply/dynamicModelList/form.vue +++ b/pages/apply/dynamicModelList/form.vue @@ -536,8 +536,8 @@ if(this.config.current || this.isProcess){ titleName = this.config.name + '详情' }else { - const name = this.dataForm.id ? this.$t('common.editText') : this.$t('common.addText') - titleName = name + this.config.name + const text = this.dataForm.id ? this.$t('common.editText') : this.$t('common.addText') + titleName = text + this.config.name } return titleName } @@ -1472,10 +1472,13 @@ operateType: this.dataForm.id ? 1 : 0, attachments: data.attachment, data: { - ...formData + ...formData, + eDate: this.formatTime(formData.eDate), + sDate: this.formatTime(formData.sDate), } } const formMethod = createModel; + console.log(params,'params---') formMethod(this.modelId, params).then(res => { uni.showToast({ title:'保存成功',