xuxy
2024-06-25 d1bb68d9f9054bbf87cd84956d3240c71d8e370c
mixin/mixin.js
@@ -255,6 +255,10 @@
         }
         return true
      },
      async refreshList(){
         this.page.current = 1
         await this.getList()
      },
      async getList() {
         if (this.listApi) {
            this.$message.showLoading()