Commit 84e73337 authored by renjintao's avatar renjintao

import modify

parent 22a1e71a
...@@ -83,7 +83,6 @@ export default { ...@@ -83,7 +83,6 @@ export default {
formatList: ["xlsx"], formatList: ["xlsx"],
columnsImport: [], columnsImport: [],
departArr: [], //部门list departArr: [], //部门list
usersArr: [],
sheetNames: [], //excel的表明 sheetNames: [], //excel的表明
workBook: {}, workBook: {},
openDatas: [], openDatas: [],
...@@ -131,12 +130,6 @@ export default { ...@@ -131,12 +130,6 @@ 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`)
// .then((r) => {
// if (r.success) {
// 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