|
@@ -318,7 +318,6 @@ export default {
|
|
|
getList() {
|
|
|
this.loading = true;
|
|
|
// listTree(this.queryParams).then(response => {
|
|
|
- // console.log("组织机构树:",response);
|
|
|
// this.deptList = this.handleTree(response.data, "deptId");
|
|
|
// this.loading = false;
|
|
|
// });
|
|
@@ -432,8 +431,6 @@ export default {
|
|
|
return setMnoSplit(row.deptId)
|
|
|
}).then((res) => {
|
|
|
// this.getList();
|
|
|
- console.log(res)
|
|
|
- console.log('22',res.msg)
|
|
|
window.open(res.msg, '_blank');
|
|
|
//this.msgSuccess("分账设置成功");
|
|
|
})
|