From 15bcbd44b6a3b2ec34092bc5ed3e213fa9c55de4 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期三, 20 十二月 2023 16:14:56 +0800 Subject: [PATCH] 将侧栏菜单数据存储进vuex --- src/views/overview/AddOverviewDialog.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/overview/AddOverviewDialog.vue b/src/views/overview/AddOverviewDialog.vue index cb5614a..9956ae6 100644 --- a/src/views/overview/AddOverviewDialog.vue +++ b/src/views/overview/AddOverviewDialog.vue @@ -547,7 +547,10 @@ this.setBottonView() this.setDetailTableForm() this.getLocationList() - this.receiptType = this.editConfig.title === "鏌ョ湅" ? this.editConfig.infomation.operationTypeName : this.addName + this.receiptType = + this.editConfig.title === "鏌ョ湅" || this.editConfig.title === "缂栬緫" + ? this.editConfig.infomation.operationTypeName + : this.addName if (this.showOperationType) { this.getListTransfer() } -- Gitblit v1.8.0