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/silkRegisterForm/addPage.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/productManage/silkRegisterForm/addPage.vue b/src/views/productManage/silkRegisterForm/addPage.vue index d6402c4..df2b635 100644 --- a/src/views/productManage/silkRegisterForm/addPage.vue +++ b/src/views/productManage/silkRegisterForm/addPage.vue @@ -770,7 +770,7 @@ getSelectDataList() { //杞﹂棿 getDictList({ - dictType: 1, + dictType: 2, }).then((res) => { if (res.code == 200) { this.nameList = res.data || []; @@ -792,7 +792,7 @@ // }); //搴勫彛 getDictList({ - dictType: 0, + dictType: 1, }).then((res) => { if (res.code == 200) { this.marketList = res.data || []; @@ -1025,7 +1025,10 @@ message: "淇濆瓨鎴愬姛锛�", type: "success", }); - this.activeName = "second" + if(res.data.ID){ + this.registerId=res.data.ID; + } + this.activeName = "second"; this.getDetailsData(); // this.$router.push({ // path: "/productManage/silkRegisterForm", -- Gitblit v1.8.0