|
@@ -120,6 +120,7 @@ export default {
|
|
|
label: item.dictValue
|
|
|
}))
|
|
|
})
|
|
|
+ console.log(this?.workOrderType, '-----------------------')
|
|
|
if (!!~[1, 2, 3].indexOf(this?.workOrderType)) {
|
|
|
this.$nextTick(() => {
|
|
|
// 获取地址信息
|
|
@@ -134,6 +135,12 @@ export default {
|
|
|
this.getWeiBaoDetail()
|
|
|
this.getWebsitFun()
|
|
|
})
|
|
|
+ } else {
|
|
|
+ // 获取地址信息
|
|
|
+ this.getinitlbslist()
|
|
|
+ // 获取可选师傅
|
|
|
+ this.getWorkers()
|
|
|
+ this.getWebsitFun()
|
|
|
}
|
|
|
})
|
|
|
this.getOrderBaseLogList()
|