From f13d1d01c3c3cbb075e63ae02be54bbb023c13d0 Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期三, 24 七月 2024 16:50:22 +0800 Subject: [PATCH] feat:薪资薪酬核算模块 --- src/views/productManage/productRegisterForm/addProductRegisterPage.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/productManage/productRegisterForm/addProductRegisterPage.vue b/src/views/productManage/productRegisterForm/addProductRegisterPage.vue index a4c0478..1ad3274 100644 --- a/src/views/productManage/productRegisterForm/addProductRegisterPage.vue +++ b/src/views/productManage/productRegisterForm/addProductRegisterPage.vue @@ -987,7 +987,7 @@ getSelectDataList() { //杞﹂棿 getDictList({ - dictType: 1, + dictType: 2, }).then((res) => { if (res.code == 200) { this.nameList = res.data || []; @@ -1004,7 +1004,7 @@ }); //搴勫彛 getDictList({ - dictType: 0, + dictType: 1, }).then((res) => { if (res.code == 200) { this.marketList = res.data || []; -- Gitblit v1.8.0