src/views/dnc/base/modules/ProductStructure/Document/DocumentModalForm.vue
@@ -61,14 +61,8 @@
          ],
        },
        url: {
          add: '/mdc/mdcPartProcessInfo/add',
          edit: '/mdc/mdcPartProcessInfo/edit'
        }
      }
    },
    computed: {
      formDisabled() {
        return this.disabled
      }
    },
    created() {
@@ -107,7 +101,7 @@
                })
                that.$emit('ok')
              } else {
                that.$notification.warning({
                that.$notification.error({
                  message: '消息',
                  description: res.message
                })