Commit 6e326c75 authored by 黄奎's avatar 黄奎

页面修改

parent 3a0f2f83
......@@ -3937,11 +3937,11 @@ export default {
this.addMsg.RulesList.splice(index, 1);
}
},
//根据当前员工所在部门获取该部门及子部门员工信息
//根据当前员工所在部门获取该部门及子部门员工信息只获取票务信息
getEmployeeList() {
this.apipost(
"admin_get_GetEmployeeByUserDepartmentId",
{},
{IsGetTicket:1},
res => {
if (res.data.resultCode == 1) {
this.EmployeeList = res.data.data;
......
......@@ -346,7 +346,7 @@ export default {
getEmployeeList() {
this.apipost(
"admin_get_GetEmployeeByUserDepartmentId",
{},
{IsGetTicket:1},
res => {
if (res.data.resultCode == 1) {
this.EmployeeList = res.data.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment