Переглянути джерело

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()
     },