Compare commits
No commits in common. "740743ea2eb7d67628bde177a135db6ea713f545" and "dce60da8f277823053a19a5f4b8eb269cac40e0a" have entirely different histories.
740743ea2e
...
dce60da8f2
|
|
@ -207,10 +207,6 @@ export default {
|
|||
this.isActivat = false;
|
||||
},
|
||||
methods: {
|
||||
//滚动到顶部
|
||||
scrollToTop() {
|
||||
this.$refs.scTable.scrollTo(0, 0);
|
||||
},
|
||||
//获取列
|
||||
async getCustomColumn() {
|
||||
const userColumn = await config.columnSettingGet(
|
||||
|
|
|
|||
Loading…
Reference in New Issue