xiejun
2023-06-30 b5d91d60a294e1c12a44c79490b761821b3d9f44
Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue
@@ -338,6 +338,9 @@
          this.page.total=res.data.total
          this.loading = false;
          this.selectionClear();
        }).catch(error=>{
          this.$message.error(error);
          this.loading = false;
        });
      }