From 7984e0d8cebf4179f7ee3e2046207edd12398cf6 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 09 Nov 2023 14:47:09 +0800 Subject: [PATCH] fix:小程序详情修改 --- pages/actionChange/newPage/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pages/actionChange/newPage/index.vue b/pages/actionChange/newPage/index.vue index f9025c1..691a507 100644 --- a/pages/actionChange/newPage/index.vue +++ b/pages/actionChange/newPage/index.vue @@ -236,6 +236,7 @@ this.sumbitForm.escalationName = this.form.escalationName this.sumbitForm.investigationType = this.form.investigationType this.sumbitForm.fileBaseList = this.fileBaseList + this.sumbitForm.changeType = this.form.changeType this.sumbitForm.state = '20' console.log('this.sumbitForm', this.sumbitForm) this.$http.httpPost('/allocation/insert', { -- Gitblit v1.8.0