Commit ee0b6753 authored by youjie's avatar youjie

no message

parent bfec9957
......@@ -1227,7 +1227,8 @@
}else{
this.msg.BranchIds = ''
}
this.GetErpLocalFile("Financial_post_DownLoadFinanceToKingdee", this.msg, "金蝶数据导出.xls");
// GetErpLocalFile
this.GetLocalFile("Financial_post_DownLoadFinanceToKingdee", this.msg, "金蝶数据导出.xls");
},
financeRemove(id) { //作废
this.$confirm('是否对申请单进行作废操作?作废后不可恢复!', '提示', {
......@@ -1418,7 +1419,6 @@
getDepartment () { //部门
this.apipost('admin_get_DepartmentGetList', this.getDepartmentMsg, res => {
if(res.data.resultCode == 1) {
console.log(res.data.data)
this.DepartmentList = res.data.data;
}
}, err => {})
......
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