Parcourir la source

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

Howie il y a 1 an
Parent
commit
01ac124d47
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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()
     },