1
PC-20250623MANY\Administrator
2025-08-30 9f5adc78ec0e386684a12f3b4f26a0fff4a3286f
src/views/home/components/HomeRight.vue
@@ -224,6 +224,7 @@
      if (data.status === 0) {
        this.$message.success(data.msg);
        this.getMoney();
        this.$emit("Refresh");
      } else {
        this.$message.error(data.msg);
      }
@@ -248,6 +249,7 @@
      if (data.status == 0) {
        this.$message.success(data.msg);
        this.getInfoSite();
        this.$emit("Refresh");
      }
    }),
  },