This commit is contained in:
2022-12-23 09:44:40 +08:00
parent b850c884b2
commit 6d8522a3da

View File

@@ -108,6 +108,10 @@ export default {
methods: {
handleChange3 (e, type) {
if (type) {
if (!this.val2) {
this.toast('工令未选')
return
}
this._xcoutqueryStoragevehicle(e)
}
},