xuxy
2024-06-25 8af3db52a632968206ca2bc7f9bd6b4662350232
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()