This commit is contained in:
2022-12-09 15:10:01 +08:00

View File

@@ -153,7 +153,7 @@
this.disabled1 = false
this.pkId = ''
this.pkObj = {}
this._queryRawFoilList()
this.searchList()
uni.showToast({
title: res.message,
icon: 'none'
@@ -173,7 +173,7 @@
this.disabled2 = false
this.pkId = ''
this.pkObj = {}
this._queryRawFoilList()
this.searchList()
uni.showToast({
title: res.message,
icon: 'none'
@@ -197,7 +197,7 @@
this.disabled3 = false
this.pkId = ''
this.pkObj = {}
this._queryRawFoilList()
this.searchList()
} catch (e) {
this.disabled3 = false
}
@@ -217,7 +217,7 @@
this.disabled4 = false
this.pkId = ''
this.pkObj = {}
this._queryRawFoilList()
this.searchList()
} catch (e) {
this.disabled4 = false
}