From a128d99df306bb1ab017b7069fb0441837b3917b Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 13 十月 2025 10:04:35 +0800
Subject: [PATCH] 导出加参数
---
src/views/development/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/development/index.vue b/src/views/development/index.vue
index 26bd43e..71b156f 100644
--- a/src/views/development/index.vue
+++ b/src/views/development/index.vue
@@ -18,7 +18,7 @@
</el-input>
</div>
</div>
- <div style="height: calc(100vh - 248px)">
+ <div style="height: calc(100vh - 208px)">
<el-table
v-loading="listLoading"
:data="list"
@@ -70,7 +70,7 @@
</el-input>
</div>
</div>
- <div style="height: calc(100vh - 248px)">
+ <div style="height: calc(100vh - 208px)">
<el-table
v-loading="listLoading"
:data="list"
@@ -133,7 +133,7 @@
activeName: "all",
total: 0,
data: {
- staffId: JSON.parse(localStorage.getItem("user")).staffs[0].id,
+ staffId: JSON.parse(localStorage.getItem("selectStaff")).id,
keyword: "",
pageIn: {
//鍙�夛紝濡傛灉鏄垎椤垫煡璇紝闇�瑕佸姞涓娿��
@@ -182,7 +182,7 @@
} else if (this.activeName == "other") {
this.listLoading = true;
let data = {
- staffId: JSON.parse(localStorage.getItem("user")).staffs[0].id,
+ staffId: JSON.parse(localStorage.getItem("selectStaff")).id,
keyword: this.data.keyword,
pageIn: { ...this.data.pageIn },
};
--
Gitblit v1.8.0