|
@@ -699,6 +699,10 @@ export default {
|
|
|
params && this.selectCurrentNode(params);
|
|
|
});
|
|
|
});
|
|
|
+ // 更新一下分类把 新增平衡表时要
|
|
|
+ if(this.sourceMap[this.$route.path]===5){
|
|
|
+ this.getBalanceClassifyOpts()
|
|
|
+ }
|
|
|
},
|
|
|
|
|
|
/* 搜索表格 */
|
|
@@ -1240,10 +1244,6 @@ export default {
|
|
|
if(this.$route.path == '/sheetList'){
|
|
|
window.addEventListener('beforeunload',this.unloadMark)
|
|
|
}
|
|
|
-
|
|
|
- if(this.$route.path==='/sheetBalanceList'){
|
|
|
- this.getBalanceClassifyOpts()
|
|
|
- }
|
|
|
},
|
|
|
destroyed() {
|
|
|
window.removeEventListener("resize", this.reloadRightWid);
|