From e1cd9b58eafba52b91e7492c4aa4f3f015b541ec Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期四, 24 十一月 2022 11:26:45 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui into master --- src/views/systemSetting/device/bayonet/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/systemSetting/device/bayonet/index.vue b/src/views/systemSetting/device/bayonet/index.vue index a493486..e9c4a90 100644 --- a/src/views/systemSetting/device/bayonet/index.vue +++ b/src/views/systemSetting/device/bayonet/index.vue @@ -118,8 +118,8 @@ methods: { getBayonetListData() { bayonet.getBayonetList({ bayonetName: '', current: this.current, size: this.size }) - .then(data => { - this.list = data; + .then(({ records }) => { + this.list = records; }) .catch(err => { this.$message({ type: 'error', message: err }); -- Gitblit v1.8.0