|
@@ -280,7 +280,6 @@ export default {
|
|
|
// }))
|
|
|
// })
|
|
|
// }
|
|
|
-
|
|
|
this.getWebsitFun()
|
|
|
},
|
|
|
methods: {
|
|
@@ -317,15 +316,6 @@ export default {
|
|
|
data: item
|
|
|
}))
|
|
|
})
|
|
|
- } else {
|
|
|
- this.orderInfo.websitId = ''
|
|
|
- this.orderInfo.websitName = ''
|
|
|
- this.orderInfo.workerId = ''
|
|
|
- this.orderInfo.workerName = ''
|
|
|
- this.orderInfo.workerIdcard = ''
|
|
|
- this.orderInfo.workerMobile = ''
|
|
|
- this.workerList = []
|
|
|
- this.orderInfo.orderWorkers = []
|
|
|
}
|
|
|
},
|
|
|
getWorkers() {
|