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 }