From 4641a877cd6a94e4d35dca7f7f14bc1443e2d2ad Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期二, 29 十一月 2022 17:59:55 +0800
Subject: [PATCH] 上传处置类型修改
---
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