Commit 1fe4d028 authored by renjintao's avatar renjintao

importprocess

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