zhaowei
2025-02-18 a422596c0f38efb21705edb749180b9f04ff349e
解决设备和产品结构树文档编辑信息弹窗打开时的报错信息
已修改4个文件
4 ■■■■ 文件已修改
src/views/dnc/base/modules/DeviceStructure/Document/HasReceivedDocumentTableList.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dnc/base/modules/DeviceStructure/Document/HasSentDocumentTableList.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dnc/base/modules/DeviceStructure/Document/HasReceivedDocumentTableList.vue
@@ -169,6 +169,7 @@
      },
      handleDocumentEdit(record, modalTitle) {
        if (!this.$refs.modalForm) return
        this.$refs.modalForm.edit(record)
        this.$refs.modalForm.title = modalTitle
      },
src/views/dnc/base/modules/DeviceStructure/Document/HasSentDocumentTableList.vue
@@ -179,6 +179,7 @@
      },
      handleDocumentEdit(record, modalTitle) {
        if (!this.$refs.modalForm) return
        this.$refs.modalForm.edit(record)
        this.$refs.modalForm.title = modalTitle
      },
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue
@@ -172,6 +172,7 @@
      },
      handleDocumentEdit(record, modalTitle) {
        if (!this.$refs.modalForm) return
        this.$refs.modalForm.edit(record)
        this.$refs.modalForm.title = modalTitle
      },
src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue
@@ -167,6 +167,7 @@
      },
      handleDocumentEdit(record, modalTitle) {
        if (!this.$refs.modalForm) return
        this.$refs.modalForm.edit(record)
        this.$refs.modalForm.title = modalTitle
      },