zhaowei
2025-02-18 a422596c0f38efb21705edb749180b9f04ff349e
src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue
@@ -117,11 +117,6 @@
        }
      }
    },
    computed: {
      formDisabled() {
        return this.disabled
      }
    },
    created() {
      //备份model原始值
      this.modelDefault = JSON.parse(JSON.stringify(this.model))