@ -21,6 +21,7 @@
"echarts": "^4.2.1",
"element-ui": "2.13.2",
"js-cookie": "2.2.0",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"moment": "^2.29.2",
"normalize.css": "7.0.0",
@ -196,7 +196,10 @@
that.tableHeight = tableHeight;
},
loadDep(){
listCommondepartment().then(res=>{
listCommondepartment({
page:1,
page_size:999
}).then(res=>{
const data = res.data
this.depList = data
})
@ -270,7 +270,7 @@
'get', {
...this.select
'拜访记录列表.xlsx')
'拜访记录列表.csv')
this.select.is_export = 0
deleteStudy(row) {