Commit 1fe4d028 authored by renjintao's avatar renjintao

importprocess

parent a6be9e3a
...@@ -131,12 +131,12 @@ export default { ...@@ -131,12 +131,12 @@ export default {
this.$api.get(`${systemUrl}/Department/GetDepartments`).then((r) => { this.$api.get(`${systemUrl}/Department/GetDepartments`).then((r) => {
this.departArr = r.result.items; this.departArr = r.result.items;
}); });
this.$api.get(`${systemUrl}/user/getuserlist`) // this.$api.get(`${systemUrl}/user/getuserlist`)
.then((r) => { // .then((r) => {
if (r.success) { // if (r.success) {
this.usersArr = r.result // this.usersArr = r.result
} // }
}) // })
//导出对列表头进行预加载end //导出对列表头进行预加载end
}, },
async fetch({ async fetch({
......
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