|
|
@@ -943,7 +943,7 @@ |
|
|
|
}); |
|
|
|
//当前账套没有任何空间数据 |
|
|
|
if(mapTalkAbout){ |
|
|
|
let deptName = this.$store.state.user.loginDeptId + ""; |
|
|
|
let deptName =this.$cookies.get("deptId"); |
|
|
|
getQueryLand(deptName).then((response) => { |
|
|
|
if (response.code == 200) { |
|
|
|
let InsertCode = response.data; |
|
|
|