From e20b4549251274581913ac01e94972b6f3d11ebb Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 6 Jan 2026 13:59:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/apply/addApply.vue | 2 +- src/views/stockManagement/entryApply/components/AddCode.vue | 2 +- .../stockManagement/entryApply/components/EquipmentAdd.vue | 4 ++-- src/views/system/user/index.vue | 2 ++ 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/business/apply/addApply.vue b/src/views/business/apply/addApply.vue index d1693ec2..260350c9 100644 --- a/src/views/business/apply/addApply.vue +++ b/src/views/business/apply/addApply.vue @@ -474,7 +474,7 @@ export default { }, methods: { goBack() { - this.$router.push({ path: '/business/outbound/addApply' }) + this.$router.push({ path: '/business/outbound/applyList' }) }, // 获取使用项目的下拉选 async getUseProjectList() { diff --git a/src/views/stockManagement/entryApply/components/AddCode.vue b/src/views/stockManagement/entryApply/components/AddCode.vue index 913d09b6..0638733a 100644 --- a/src/views/stockManagement/entryApply/components/AddCode.vue +++ b/src/views/stockManagement/entryApply/components/AddCode.vue @@ -28,7 +28,7 @@ style="color: #13ce66; margin-right: 5px; cursor: pointer" @click="openAddress" /> - + - + @@ -239,7 +239,7 @@ diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 838995eb..cd8638d8 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -230,6 +230,8 @@ placeholder="组织机构下辖部门" :normalizer="orgDeptNormalizer" :key="orgTreeKey" + no-options-text="暂无数据" + no-results-text="未找到匹配数据" />