Commit 5deea98d authored by caicaicai's avatar caicaicai

修改

parent 228c3579
...@@ -165,16 +165,14 @@ export default { ...@@ -165,16 +165,14 @@ export default {
}) })
//获取用于选择的用户名 //获取用于选择的用户名
HttpReq.truckDispatching.getNoUseSystemUserNameQuery({size:9999}).then((res) => { HttpReq.truckDispatching.getNoUseSystemUserNameQuery({size:9999}).then((res) => {
this.allSystemUserNameData = res.content; this.allSystemUserNameData = res;
}) })
//获取用于选择的用户名 //获取用于选择的部门
HttpReq.truckDispatching.getAllDepartmentQuery({size:9999}).then((res) => { HttpReq.truckDispatching.getAllDepartmentQuery({size:9999}).then((res) => {
console.log(res);
this.allDepartmentData = res.content; this.allDepartmentData = res.content;
}) })
//获取用于选择的用户名 //获取用于选择的岗位
HttpReq.truckDispatching.getAllPostQuery({size:9999}).then((res) => { HttpReq.truckDispatching.getAllPostQuery({size:9999}).then((res) => {
console.log(res);
this.allPostData = res.content; this.allPostData = res.content;
}) })
}) })
......
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