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