fuliqi
2024-11-29 b768760591c0761bdcc3eda9f85dafa11c072444
src/views/projectEngineering/projectLibrary/projectDetails.vue
@@ -101,6 +101,11 @@
      this.$refs.childRef.reset();
    },
  },
  mounted() {
    if(this.$route.query.disabled){
      this.disabled = true
    }
  }
};
</script>