no message

This commit is contained in:
2025-06-13 17:39:38 +08:00
parent 30deab4b2a
commit e05418b0d5
5 changed files with 16 additions and 16 deletions

View File

@@ -281,12 +281,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 {

View File

@@ -175,12 +175,12 @@
handleChange (e) {
if (e) {
this._queryMaterByVehicleCode(e)
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 {

View File

@@ -82,12 +82,12 @@
methods: {
handleChange (e) {
if (e) {
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 {

View File

@@ -151,7 +151,7 @@
}
}
if (this.currentData.vehicle_code) {
this._getStructCount()
this._getStructCount(this.currentData.vehicle_code)
} else {
this.kwData = {}
}
@@ -183,12 +183,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 {

View File

@@ -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 {