From 313944672097e2218a97610c9b2f752123103eea Mon Sep 17 00:00:00 2001 From: fanfan Date: Sat, 23 Mar 2024 19:36:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news3/seasoningCondimentsRecord.vue | 5 +++-- pages/news3/setOutRecords.vue | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/news3/seasoningCondimentsRecord.vue b/pages/news3/seasoningCondimentsRecord.vue index 62454da..9c4decc 100644 --- a/pages/news3/seasoningCondimentsRecord.vue +++ b/pages/news3/seasoningCondimentsRecord.vue @@ -139,17 +139,18 @@ }, // 提交信息 async onSubmit() { + console.log(this.transferList) const that = this; // 转账记录 let trList = [] - this.transferList = this.transferList.concat(this.handleList); + this.transferList = this.transferList?this.transferList.concat(this.handleList):this.handleList; this.transferList.forEach(item => { trList.push(item.file_id) }); this.form.transfer_image_id = trList.join(','); // 聊天记录 let atList = [] - this.chatList = this.chatList.concat(this.handChatList); + this.chatList = this.chatList?this.chatList.concat(this.handleList):this.handChatList; this.chatList.forEach(item => { atList.push(item.file_id) }); diff --git a/pages/news3/setOutRecords.vue b/pages/news3/setOutRecords.vue index b1955a9..df980b8 100644 --- a/pages/news3/setOutRecords.vue +++ b/pages/news3/setOutRecords.vue @@ -193,8 +193,8 @@ message, data } = await newFunApi.shopOrderList({ - // dataType: 'all', - dataType: 'complete', + dataType: 'all', + // dataType: 'complete', page: this.pageNum, searchValue: this.searchText, searchValue: '',