xiangpei
2025-03-05 d30d3d2d352abfcd9e16cece8a34f2a517f8abc0
src/components/VisibilityToolbar/index.vue
@@ -182,10 +182,9 @@
    },
    save(){
      //保存逻辑
      if (this.saveList.length !== 0){
        saveHiddenList(CircularJSON.stringify(this.saveList)).then(res =>{
          this.$modal.msgSuccess(res.msg);
          this.$modal.msgSuccess("保存成功");
        });
      }
    },