no message
This commit is contained in:
@@ -162,12 +162,12 @@
|
||||
} else {
|
||||
this.index ='FStockId'
|
||||
}
|
||||
this._getStructCount()
|
||||
this._getStructCount(e)
|
||||
}
|
||||
},
|
||||
async _getStructCount () {
|
||||
async _getStructCount (e) {
|
||||
try {
|
||||
let res = await getStructCount()
|
||||
let res = await getStructCount(e)
|
||||
if (res) {
|
||||
this.kwData = res
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user