Compare commits
2 Commits
dce60da8f2
...
740743ea2e
| Author | SHA1 | Date |
|---|---|---|
|
|
740743ea2e | |
|
|
d4dffdb47b |
|
|
@ -207,6 +207,10 @@ export default {
|
||||||
this.isActivat = false;
|
this.isActivat = false;
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
//滚动到顶部
|
||||||
|
scrollToTop() {
|
||||||
|
this.$refs.scTable.scrollTo(0, 0);
|
||||||
|
},
|
||||||
//获取列
|
//获取列
|
||||||
async getCustomColumn() {
|
async getCustomColumn() {
|
||||||
const userColumn = await config.columnSettingGet(
|
const userColumn = await config.columnSettingGet(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue