zhangherong
2025-03-19 6cd23d79545071411d3fd63c357262aec5cc59f4
src/views/dnc/base/modules/ProductStructure/Product/ProductModalForm.vue
@@ -69,11 +69,6 @@
        }
      }
    },
    computed: {
      formDisabled() {
        return this.disabled
      }
    },
    created() {
      //备份model原始值
      this.modelDefault = JSON.parse(JSON.stringify(this.model))