clear
This commit is contained in:
@@ -182,6 +182,8 @@
|
||||
},
|
||||
/** 初始化查询 */
|
||||
async _queryMaterialInfo () {
|
||||
this.dataList = []
|
||||
this.checkArr = []
|
||||
let res = await queryMaterialInfo3(this.val1, this.val2, this.index1, this.index2)
|
||||
if (this.val2) {
|
||||
res.data.map(el => {
|
||||
@@ -205,6 +207,7 @@
|
||||
try {
|
||||
let res = await needVehicle(this.checkArr[0])
|
||||
this.disabled1 = false
|
||||
this.dataList = []
|
||||
this.checkArr = []
|
||||
this._queryMaterialInfo()
|
||||
uni.showToast({
|
||||
@@ -225,6 +228,7 @@
|
||||
try {
|
||||
let res = await shippingConfirm(this.checkArr, this.val3, this.val1)
|
||||
this.disabled2 = false
|
||||
this.dataList = []
|
||||
this.checkArr = []
|
||||
this.val1 = ''
|
||||
this.val2 = ''
|
||||
|
||||
Reference in New Issue
Block a user