xuxueyang
2024-07-24 e7731f1cf08331d23cd0d27549025a2642caa9ab
mixin/mixin.js
@@ -258,9 +258,9 @@
            }
            return true
        },
        async refreshList() {
        async refreshList(type = 'get') {
            this.page.current = 1
            await this.getList()
            await this.getList(type)
        },
        async getList(type = 'get') {
            if (this.listApi) {