按钮点击处理
This commit is contained in:
@@ -153,7 +153,7 @@
|
|||||||
this.disabled1 = false
|
this.disabled1 = false
|
||||||
this.pkId = ''
|
this.pkId = ''
|
||||||
this.pkObj = {}
|
this.pkObj = {}
|
||||||
this._queryRawFoilList()
|
this.searchList()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
@@ -173,7 +173,7 @@
|
|||||||
this.disabled2 = false
|
this.disabled2 = false
|
||||||
this.pkId = ''
|
this.pkId = ''
|
||||||
this.pkObj = {}
|
this.pkObj = {}
|
||||||
this._queryRawFoilList()
|
this.searchList()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
@@ -197,7 +197,7 @@
|
|||||||
this.disabled3 = false
|
this.disabled3 = false
|
||||||
this.pkId = ''
|
this.pkId = ''
|
||||||
this.pkObj = {}
|
this.pkObj = {}
|
||||||
this._queryRawFoilList()
|
this.searchList()
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.disabled3 = false
|
this.disabled3 = false
|
||||||
}
|
}
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
this.disabled4 = false
|
this.disabled4 = false
|
||||||
this.pkId = ''
|
this.pkId = ''
|
||||||
this.pkObj = {}
|
this.pkObj = {}
|
||||||
this._queryRawFoilList()
|
this.searchList()
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.disabled4 = false
|
this.disabled4 = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user