切换非登陆接口

This commit is contained in:
ljx 2024-08-22 17:44:19 +08:00
parent 221fa148f1
commit 1c0d19f51e
1 changed files with 2 additions and 2 deletions

View File

@ -701,7 +701,7 @@ export default {
},
loadUserData(){
this.$mk.post({
url: `${BASE_URL.BASE_URL}/MesStaff/v1/mes/staff/list`,
url: `${BASE_URL.BASE_URL}/MoldProductionOrder/Get/TouchScreen/v1/mold/production/order/touchScreen/staff/list`,
loading: "加载中...",
data: {
"beid": parseInt(process.env.VUE_APP_BEID),
@ -720,7 +720,7 @@ export default {
},
useBigInt: true,
}).then(a => {
this.user_list = a.data.MesStaff;
this.user_list = a.data.mes_staff;
// department_list namedepartment_list_options
this.IsMasterOptions = this.user_list.map(item => {
console.log(item.id)