From 46f46a3ea84dac4cd0e6ff8b038e2d7b9e97380e Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 28 十一月 2022 16:13:13 +0800
Subject: [PATCH] 店铺管理优化
---
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 6bb7e8b..6781e1b 100644
--- a/src/views/systemSetting/device/bayonet/index.vue
+++ b/src/views/systemSetting/device/bayonet/index.vue
@@ -49,7 +49,7 @@
data() {
return {
isShowDialog: false,
- context: 0,
+ context: null,
options: [
{
value: 0,
@@ -117,7 +117,7 @@
},
methods: {
getBayonetListData() {
- bayonet.getBayonetList({ bayonetName: '', current: this.current, size: this.size })
+ bayonet.getBayonetList({ bayonetName: this.context, current: this.current, size: this.size })
.then(({ records }) => {
this.list = records;
})
--
Gitblit v1.8.0