Browse Source

添加设置表格方法

ymy 1 năm trước cách đây
mục cha
commit
3856bcb99c
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/benyun/components/moduleView/moduleView.vue

+ 6 - 0
src/benyun/components/moduleView/moduleView.vue

@@ -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(){
     if(!this.$refs[this.tableID]){
       this.calculateCount ++;