|
@@ -87,6 +87,12 @@ export default class ModuleView extends ModuleViewHandle {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
+ //设置表格配置
|
|
|
|
+ setTableCOnfig(config:any){
|
|
|
|
+ if(this.$refs[this.tableID]){
|
|
|
|
+ (this.$refs[this.tableID] as any).setConfig(config)
|
|
|
|
+ }
|
|
|
|
+ }
|
|
initTable(){
|
|
initTable(){
|
|
if(!this.$refs[this.tableID]){
|
|
if(!this.$refs[this.tableID]){
|
|
this.calculateCount ++;
|
|
this.calculateCount ++;
|