update src/components/scTable/index.vue.
增加column参数监听。 修改原因:动态修改表头信息后,表头没有修改。 Signed-off-by: YaChengMu <1140049363@qq.com>
This commit is contained in:
parent
43219b8402
commit
398430e8da
|
@ -103,6 +103,9 @@
|
|||
apiObj(){
|
||||
this.tableParams = this.params;
|
||||
this.refresh();
|
||||
},
|
||||
column(){
|
||||
this.userColumn=this.column;
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
Loading…
Reference in New Issue