linwenxin vor 7 Monaten
Ursprung
Commit
a5cfdf608a

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

@@ -386,7 +386,7 @@ export default {
                         // 赋值GPS详细地址
                         this.orderInfo.gpsAddress = data.name
                         // if (!this.orderInfo.address) {
-                        //   this.orderInfo.address = data.name
+                        this.orderInfo.address = '' //data.name
                         // }
                         if (this.orderInfo.id) {
                         }