From 7f922eb1e96e21e72fccc651167348021af039d2 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 13 Nov 2023 08:53:22 +0800 Subject: [PATCH] fix:小程序详情修改 --- pages/actionChange/newPage/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/pages/actionChange/newPage/index.vue b/pages/actionChange/newPage/index.vue index f9025c1..9fcdd37 100644 --- a/pages/actionChange/newPage/index.vue +++ b/pages/actionChange/newPage/index.vue @@ -63,7 +63,7 @@ </u-form-item> </u-form> <u-picker :show="showCheckBox" keyName="label" :columns="actionOptionList" @cancel="showCheckBox = false" - :immediateChange='true' @confirm="selectBack"></u-picker> + :default-selector="[0]" :immediateChange='true' @confirm="selectBack"></u-picker> <!-- <u-action-sheet v-if="actionOptionList.length > 0" :actions="actionOptionList" :show="showCheckBox" title="���������" @close="showCheckBox = false" @select="selectBack" /> --> <view class="bunts"> @@ -183,6 +183,7 @@ }, methods: { handleFile(data) { + console.log('datadata', data) this.fileBaseList = data }, close() { @@ -236,6 +237,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