update src/components/scTable/index.vue.

增加column参数监听。
修改原因:动态修改表头信息后,表头没有修改。

Signed-off-by: YaChengMu <1140049363@qq.com>
This commit is contained in:
YaChengMu 2022-11-05 02:13:30 +00:00 committed by Gitee
parent 43219b8402
commit 398430e8da
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@
apiObj(){
this.tableParams = this.params;
this.refresh();
},
column(){
this.userColumn=this.column;
}
},
computed: {