Add custom serials
This commit is contained in:
+3
-1
@@ -132,6 +132,7 @@ export default {
|
||||
inquiryType: 'guaranteeSerial',
|
||||
checkingSerial: false,
|
||||
brands:[],
|
||||
g: 1
|
||||
}
|
||||
},
|
||||
head() {
|
||||
@@ -178,7 +179,8 @@ export default {
|
||||
this.checkingSerial = true
|
||||
const data = {
|
||||
serial: this.serial,
|
||||
type: this.inquiryType
|
||||
type: this.inquiryType,
|
||||
g: this.g
|
||||
}
|
||||
const loading = this.$loading({
|
||||
lock: true,
|
||||
|
||||
Reference in New Issue
Block a user