子公司不能添加司机

This commit is contained in:
2023-08-24 10:53:22 +08:00
parent a4ab5eb55c
commit bb73bd7847
8 changed files with 31 additions and 16 deletions

View File

@ -64,7 +64,7 @@ export default {
this.queryType = urlParams.get('queryType');
this.userOrderId = urlParams.get('userOrderId');
this.orderCode = urlParams.get('orderCode')
this.$toast('queryType' + this.queryType)
// this.$toast('queryType' + this.queryType)
},
computed:{
isRadio(){
@ -82,7 +82,6 @@ export default {
this.radio=e
},
async goReporting(){
console.log("1111")
if(this.isRadio && this.isTxt){
let result = await orderReporting({
queryType:Number(this.queryType),