From b64d93dfa222fc50d817ac749c3488d87348fe86 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 14 Aug 2024 14:38:32 +0800 Subject: [PATCH] bug --- src/pages/modules/InStore.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/modules/InStore.vue b/src/pages/modules/InStore.vue index 6fd9d1a..e0a5c2b 100644 --- a/src/pages/modules/InStore.vue +++ b/src/pages/modules/InStore.vue @@ -208,7 +208,7 @@ export default { let res = await rk() this.resData = res this.kn = [...res.kn] - this.wrk = [...res.wrk] + // this.wrk = [...res.wrk] this.kc = res.kc this.hw = res.hw }