feat:添加通过给定时间获取班年月日接口
This commit is contained in:
parent
d0b79ab921
commit
3df65b5a2b
|
@ -22,11 +22,14 @@ VUE_APP_PJ = ''
|
|||
# VUE_APP_BASEURL = http://10.50.211.228:2250/
|
||||
|
||||
# VUE_APP_BASEURL = http://127.0.0.1:8887
|
||||
# VUE_APP_BASEURL = http://127.0.0.1:2226
|
||||
# VUE_APP_BASEURL = http://127.0.0.1:226
|
||||
|
||||
# #光子
|
||||
VUE_APP_API_BASEURL = http://tkx.xxhhcty.xyz:8080/api
|
||||
VUE_APP_BASEURL = http://tkx.xxhhcty.xyz:8080
|
||||
|
||||
# VUE_APP_API_BASEURL = http://49.232.14.174:2250/api
|
||||
# VUE_APP_BASEURL = http://49.232.14.174:2250
|
||||
#
|
||||
# 本地端口
|
||||
VUE_APP_PORT = 2800
|
||||
|
|
|
@ -216,6 +216,12 @@ export default {
|
|||
);
|
||||
},
|
||||
},
|
||||
days:{
|
||||
name: "所属年月日",
|
||||
req: async function (data) {
|
||||
return await http.post(`${config.API_URL}/mtm/mgroup/get_days/`, data);
|
||||
},
|
||||
}
|
||||
},
|
||||
//班次
|
||||
shift: {
|
||||
|
|
Loading…
Reference in New Issue