From 4d339741f0702a93127af2f4dc04f07a65ec7cde Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 19 十月 2023 14:01:36 +0800 Subject: [PATCH] 概述-列表出库,入库,调拨 时列表字段文案调整 --- src/views/reportForm/inventoryReport/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/reportForm/inventoryReport/index.vue b/src/views/reportForm/inventoryReport/index.vue index 3f7c699..965c592 100644 --- a/src/views/reportForm/inventoryReport/index.vue +++ b/src/views/reportForm/inventoryReport/index.vue @@ -146,7 +146,7 @@ pageSizes: [15, 30], oldRadioBtn: "", metaTitle: this.$route.meta.title, - searchStr: "" + searchStr: this.$route.params.name ?? '' } }, created() { -- Gitblit v1.8.0