hyingbo
2025-07-01 fcf38da448bb0c5e9dcaca1141ddb423b7a96a77
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))