From 826f479f01676d53c87dda0228259bca63b7b54a Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期五, 18 四月 2025 17:58:31 +0800 Subject: [PATCH] no message --- pages/listing/labour.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/pages/listing/labour.vue b/pages/listing/labour.vue index 4e17f7f..6c7eeb2 100644 --- a/pages/listing/labour.vue +++ b/pages/listing/labour.vue @@ -89,13 +89,10 @@ <view class="title">搴撲綅鐮�</view> <input placeholder="璇锋壂鎻忓簱浣嶇爜" v-model="locCode"></input> </view> - - <view class="cu-bar btn-group foot"> <button class="cu-btn text-blue line-blue shadow" @click="clear">娓呯┖</button> <button class="cu-btn bg-blue shadow-blur" @click="confirm">涓婃灦</button> </view> - </view> </template> @@ -135,8 +132,9 @@ matnrCode: this.barcode }) if (code === 200) { - const find = this.list.find(el => el.id === data.id); - !find && this.list.push(data) + // const find = this.list.find(el => el.id === data.id); + // !find && + this.list.push(data) } else { uni.showToast({ title: msg, -- Gitblit v1.9.1