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="未找到匹配数据" />