|
@@ -299,7 +299,7 @@ export default {
|
|
|
this.websitList = res.data.map(item => ({
|
|
|
label: item.name,
|
|
|
value: item.websitId,
|
|
|
- disabled: boll ? item.ifDispatch : true,
|
|
|
+ disabled: !(boll ? item.ifDispatch : true),
|
|
|
data: item
|
|
|
}))
|
|
|
if (!this.orderInfo.id && this.websitList.length === 1) {
|