liyong
2026-05-12 d97f203bff2c7dda8328f87b592b9cc9d82e75c2
src/views/basicData/customerFileOpenSea/index.vue
@@ -133,6 +133,7 @@
            </el-form-item>
          </el-col>
        </el-row>
        <!-- 联系人功能已迁移到联系人管理页面
        <el-row :gutter="30"
                v-for="(contact, index) in formYYs.contactList"
                :key="index">
@@ -165,6 +166,7 @@
        </el-row>
        <el-button @click="addNewContact"
                   style="margin-bottom: 10px;">+ 新增联系人</el-button>
        -->
        <el-row :gutter="30">
          <el-col :span="12">
            <el-form-item label="维护人:"
@@ -499,6 +501,7 @@
              </div>
            </el-col>
          </el-row>
          <!-- 联系人信息已迁移到联系人管理页面
          <el-row :gutter="20">
            <el-col :span="12">
              <div class="info-item">
@@ -513,6 +516,7 @@
              </div>
            </el-col>
          </el-row>
          -->
          <el-row :gutter="20">
            <el-col :span="12">
              <div class="info-item">
@@ -1651,7 +1655,7 @@
  const downloadAttachment = row => {
    if (row.url) {
      // proxy.download(row.url, {}, row.name);
      proxy.$download.name(row.url);
         proxy.$download.byUrl(row.url, row.originalFilename);
    } else {
      proxy.$modal.msgError("下载链接不存在");
    }