change
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
},
|
||||
async _inCheck () {
|
||||
try {
|
||||
let res = await inCheck()
|
||||
let res = await inCheck(this.val2, this.val1)
|
||||
if (res.code === '200') {
|
||||
this.handleAdd()
|
||||
} else {
|
||||
|
||||
@@ -123,12 +123,8 @@
|
||||
},
|
||||
created () {
|
||||
this._getPdaSect()
|
||||
this._getPdaVehicleCodeBySectCode()
|
||||
},
|
||||
methods: {
|
||||
toJump () {
|
||||
this._getMaterialSuppByVehicleCode()
|
||||
},
|
||||
async _getPdaSect () {
|
||||
try {
|
||||
let res = await getPdaSect()
|
||||
|
||||
Reference in New Issue
Block a user