From 64a1b0a96812ad5fc6a3012b7940fbe707f78f72 Mon Sep 17 00:00:00 2001 From: taozi <9108791@qq.com> Date: Sat, 26 Feb 2022 13:47:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=97=A8=E5=BA=97=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/storestaff/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/shop/storestaff/index.vue b/src/views/shop/storestaff/index.vue index a86b3ed..5c20883 100644 --- a/src/views/shop/storestaff/index.vue +++ b/src/views/shop/storestaff/index.vue @@ -157,8 +157,8 @@ export default { }, //新增与编辑前做的操作 [CRUD.HOOK.afterToCU](crud, form) { - crudYxSystemStore.get().then(res => { - this.mystores= res.content + crudYxSystemStore.getAll().then(res => { + this.mystores= res }) }, // 编辑前