xiangpei
2025-02-22 e45a6c581def5084bd5ff345287d3999435c4f16
优化
1个文件已修改
7 ■■■■■ 已修改文件
src/views/projectEngineering/projectLibrary/projectDetails.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/projectEngineering/projectLibrary/projectDetails.vue
@@ -188,10 +188,11 @@
    saveProject(num) {
      this.projectForm.projectInfoForm.usedStatus = num;
      editProject(this.projectForm).then((res) => {
        this.$message.success("操作成功");
        this.$message.success("保存成功");
        this.$store.dispatch("tagsView/delView", this.$route);
        this.$router.push('/projectEngineering/project/projectLibrary')
      })
      this.$store.dispatch("tagsView/delView", this.$route);
      this.$router.push('/projectEngineering/project/projectLibrary')
    }
  },
  mounted() {