zhanghua
2025-02-22 bd0cafbe7c54f7d773616a85bdd5b2795c1f1649
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() {