From 44823ee4f73793fa2d67a60aaf2f424866922b95 Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期二, 29 十一月 2022 14:39:37 +0800
Subject: [PATCH] 146

---
 src/views/systemSetting/device/bayonet/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/systemSetting/device/bayonet/index.vue b/src/views/systemSetting/device/bayonet/index.vue
index b2a50c0..05b495f 100644
--- a/src/views/systemSetting/device/bayonet/index.vue
+++ b/src/views/systemSetting/device/bayonet/index.vue
@@ -24,7 +24,7 @@
       <div class="main-content">
         <div class="main-title">
           <el-button
-            class="el-icon-plus"
+            class="el-icon-plus button-addition"
             type="primary"
             @click="showDialog(false, null)"
             >娣诲姞</el-button
@@ -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,
         })
@@ -178,7 +178,7 @@
         .exportBayonetList({
           bayonetName: this.context,
           current: this.current,
-          size: this.size,
+          size: this.size
         })
         .then((res) => {
           downloadFile(res);

--
Gitblit v1.8.0