Update index.vue

This commit is contained in:
Mr Swift
2024-07-29 18:19:53 +03:30
parent cf32e60aad
commit 6e9655dcb9
+1 -1
View File
@@ -219,7 +219,7 @@ export default {
this.checkingSerial = true this.checkingSerial = true
const data = { const data = {
serial: this.serial, serial: this.serial.trim(),
type: this.inquiryType, type: this.inquiryType,
g: this.g g: this.g
} }