|
@@ -92,7 +92,8 @@ import {findNodeTableByCondition as selectByNodeTable} from "@/api/manager/wbspr
|
|
export default {
|
|
export default {
|
|
props:{
|
|
props:{
|
|
GLExcelFrom:Object,
|
|
GLExcelFrom:Object,
|
|
- onLoad1:Function
|
|
|
|
|
|
+ onLoad1:Function,
|
|
|
|
+ refreshTree:Function
|
|
},
|
|
},
|
|
components:{EditElement},
|
|
components:{EditElement},
|
|
data(){
|
|
data(){
|
|
@@ -266,6 +267,7 @@ export default {
|
|
});
|
|
});
|
|
// selectByNodeTable刷新表单列表
|
|
// selectByNodeTable刷新表单列表
|
|
this.onLoad1();
|
|
this.onLoad1();
|
|
|
|
+ this.refreshTree()
|
|
this.GLExcel = false;
|
|
this.GLExcel = false;
|
|
this.rightClick(
|
|
this.rightClick(
|
|
this.GLExcelFrom.id,
|
|
this.GLExcelFrom.id,
|