子公司不能添加司机
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user