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('文件数据列表调用失败');