master
lion 7 months ago
parent adcb1b3169
commit ea7344f19f

@ -21,6 +21,7 @@
"echarts": "^4.2.1", "echarts": "^4.2.1",
"element-ui": "2.13.2", "element-ui": "2.13.2",
"js-cookie": "2.2.0", "js-cookie": "2.2.0",
"less": "^3.13.1",
"less-loader": "^5.0.0", "less-loader": "^5.0.0",
"moment": "^2.29.2", "moment": "^2.29.2",
"normalize.css": "7.0.0", "normalize.css": "7.0.0",

@ -196,7 +196,10 @@
that.tableHeight = tableHeight; that.tableHeight = tableHeight;
}, },
loadDep(){ loadDep(){
listCommondepartment().then(res=>{ listCommondepartment({
page:1,
page_size:999
}).then(res=>{
const data = res.data const data = res.data
this.depList = data this.depList = data
}) })

@ -270,7 +270,7 @@
'get', { 'get', {
...this.select ...this.select
}, },
'拜访记录列表.xlsx') '拜访记录列表.csv')
this.select.is_export = 0 this.select.is_export = 0
}, },
deleteStudy(row) { deleteStudy(row) {

Loading…
Cancel
Save