From d5431e6b00cfc9a1a57b1d67d3b1f5956eca0132 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 02 三月 2023 08:41:57 +0800 Subject: [PATCH] 数据上传添加进度条,样式管理页面修改,属性查询,空间查询页面优化 --- src/views/Archive/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/Archive/index.vue b/src/views/Archive/index.vue index aa0942a..3200e8e 100644 --- a/src/views/Archive/index.vue +++ b/src/views/Archive/index.vue @@ -1733,7 +1733,7 @@ this.listData.dirs += this.formInline.item.toString(); } this.listData.depcode = this.formInline.depcode; - this.listData.tab = this.formInline.keywords; + this.listData.name = this.formInline.keywords; const data = await dataLib_selectByPageForMeta(this.listData); if (data.code != 200) { this.$message.error('鏂囦欢鏁版嵁鍒楄〃璋冪敤澶辫触'); -- Gitblit v1.9.3