Commit 84e73337 authored by renjintao's avatar renjintao

import modify

parent 22a1e71a
......@@ -83,7 +83,6 @@ export default {
formatList: ["xlsx"],
columnsImport: [],
departArr: [], //部门list
usersArr: [],
sheetNames: [], //excel的表明
workBook: {},
openDatas: [],
......@@ -131,12 +130,6 @@ 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
// }
// })
//导出对列表头进行预加载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