From 51d14b58db3304ee648f1204d60563a335b38acf Mon Sep 17 00:00:00 2001 From: luobisheng <727299681@qq.com> Date: 星期二, 29 十一月 2022 18:36:48 +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 b3c01fd..05b495f 100644 --- a/src/views/systemSetting/device/bayonet/index.vue +++ b/src/views/systemSetting/device/bayonet/index.vue @@ -85,7 +85,7 @@ data() { return { isShowDialog: false, - context: 0, + context: "", options: [ { value: 0, @@ -150,7 +150,7 @@ getBayonetListData() { bayonet .getBayonetList({ - bayonetName: "", + bayonetName: this.context, current: this.current, size: this.size, }) -- Gitblit v1.8.0