From 9d6053d8c5f175a90ee569f1c8fdbd89be5729c3 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sun, 04 Feb 2024 13:22:35 +0800
Subject: [PATCH] 更新

---
 subPackage/label/formList.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/subPackage/label/formList.vue b/subPackage/label/formList.vue
index b7ab2d1..3bbe0be 100644
--- a/subPackage/label/formList.vue
+++ b/subPackage/label/formList.vue
@@ -3,9 +3,9 @@
 		<view class="list">
 			<view class="list-item bgc-ff mb-20" v-for="(i,k) in list" :key="k" @click="navTo(i.taskId)">
 				<view class="item-title flex a-i-c j-c-s-b mb-20">
-					<text class="f-32 fw" v-if="i.eventType == 1">打金店</text>
-					<text class="f-32 fw" v-if="i.eventType == 3">二手车交易</text>
-					<text class="f-32 fw" v-if="i.eventType == 2">二手手机维修</text>
+					<text class="f-32 fw">{{i.transactionObject}}</text>
+					<!-- 	<text class="f-32 fw" v-if="i.eventType == 3">二手车交易</text>
+					<text class="f-32 fw" v-if="i.eventType == 2">二手手机维修</text> -->
 					<u-tag v-if="i.confirmFlag == 4" text="待接收" type="warning" plain plainFill></u-tag>
 					<u-tag v-if="i.confirmFlag == 1" text="待审批" type="warning" plain plainFill></u-tag>
 					<u-tag v-if="i.confirmFlag == 2" text="审核通过" type="success" plain plainFill></u-tag>
@@ -43,12 +43,13 @@
 		},
 
 		methods: {
-			getList(type) {
+			getList() {
 				getLabelReportingList({
 					userId: uni.getStorageSync("userInfo").user_id,
 					page: this.currentPage,
 					size: 10,
-					eventType: type
+					reportType: 3
+					// eventType: type
 				}).then(res => {
 					if (res.code != 200) {
 						uni.showToast({

--
Gitblit v1.9.3