Browse Source

no message

linwenxin 1 year ago
parent
commit
3a287b3e44

+ 3 - 0
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/basicInfo.js

@@ -359,6 +359,9 @@ export default {
                         this.orderInfo.street = name
                         // 赋值GPS详细地址
                         this.orderInfo.gpsAddress = data.name
+                        if (!this.orderInfo.address) {
+                          this.orderInfo.address = data.name
+                        }
                       })
                     })
                   })