From de4eccb8c822377c0ca4399c8d26e33000490364 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 20 Sep 2022 15:27:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5queryType=E5=92=8C=E9=87=91?= =?UTF-8?q?=E8=9E=8D=E6=9C=BA=E6=9E=84=E7=B1=BB=E5=9E=8B=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xiushan/apps/finance/AppGuaranteeProduct/productList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/xiushan/apps/finance/AppGuaranteeProduct/productList.vue b/project/xiushan/apps/finance/AppGuaranteeProduct/productList.vue index 75da1b4c..ff7a9194 100644 --- a/project/xiushan/apps/finance/AppGuaranteeProduct/productList.vue +++ b/project/xiushan/apps/finance/AppGuaranteeProduct/productList.vue @@ -60,8 +60,8 @@ export default { }, computed: { ...mapState(['user']), - isFinanceUser: v => !!v.user.financeUser?.id && v.user.financeUser.organizationType == 2, - queryType: v => v?.$route.query.queryType || 1 + queryType: v => v?.$route.query.queryType || 2, + isFinanceUser: v => !!v.user.financeUser?.id && v.user.financeUser.organizationType == v.queryType }, data() { return {