浏览代码

fix: 工程信息单更改地址参数

Howie 1 年之前
父节点
当前提交
01ac124d47
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/supply/engin/components/engin_form.vue

+ 1 - 1
src/views/supply/engin/components/engin_form.vue

@@ -1153,7 +1153,7 @@ export default {
       this.mainForm.enginName = item.projectName
       this.mainForm.linkman = item.enginLinkName
       this.mainForm.phone = item.enginLinkMobile
-      this.mainForm.address = item.address
+      this.mainForm.address = item.joinAddress
 
       this.onClose()
     },