Compare commits

...

2 Commits

1 changed files with 4 additions and 0 deletions

View File

@ -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(