From 2ad931a09f80d02608101967a63e43212ebfa8f5 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 06 五月 2025 13:41:13 +0800
Subject: [PATCH] #物料组盘
---
pages/listing/disc.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/listing/disc.vue b/pages/listing/disc.vue
index 114dd16..d2debba 100644
--- a/pages/listing/disc.vue
+++ b/pages/listing/disc.vue
@@ -137,7 +137,7 @@
batch: '',
repeatClick: false,
isconfirm: false,
- batch:''
+
}
},
computed: {
@@ -169,7 +169,7 @@
batch: this.batch
}, "post")
if (code === 200) {
- data && this.list.push(data);
+ this.list = data
} else {
uni.showToast({
title: msg,
--
Gitblit v1.9.1