1
xuxy
2024-06-27 3a900f686c74a307191b76c1e5e861a95d1bdb05
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()