|
@@ -269,19 +269,6 @@ export default {
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- created() {
|
|
|
- // // 普通工单选择网点数据
|
|
|
- // if (!!~[1, 2, 3].indexOf(this?.workOrderType) || this.isAllWebsit) {
|
|
|
- // getWebsit({ type: 'C', status: true, isAll: this.isAllWebsit || this.id ? true : false }).then(res => {
|
|
|
- // this.websitList = res.data.map(item => ({
|
|
|
- // label: item.name,
|
|
|
- // value: item.websitId,
|
|
|
- // data: item
|
|
|
- // }))
|
|
|
- // })
|
|
|
- // }
|
|
|
- this.getWebsitFun()
|
|
|
- },
|
|
|
methods: {
|
|
|
getWebsitFun(bool) {
|
|
|
if (bool) {
|
|
@@ -315,6 +302,10 @@ export default {
|
|
|
value: item.websitId,
|
|
|
data: item
|
|
|
}))
|
|
|
+ if (!this.orderInfo.id && this.websitList.length === 1) {
|
|
|
+ this.orderInfo.websitId = ''
|
|
|
+ this.orderInfo.websitName = ''
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
},
|