1
xuxy
2024-06-26 d1a2b894e9cf5e4f43b65d004dfd8a4ab92551a1
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()