bug
This commit is contained in:
@@ -75,10 +75,9 @@
|
||||
disabled1: false
|
||||
};
|
||||
},
|
||||
created () {
|
||||
},
|
||||
onLoad (option) {
|
||||
this.billCode = option.bill_code
|
||||
this.billCode = option.billcode
|
||||
this._virtualivtQuery()
|
||||
},
|
||||
methods: {
|
||||
goIn () {
|
||||
@@ -99,7 +98,7 @@
|
||||
try {
|
||||
let res = await virtualoutConfirm(this.dataList, this.val1)
|
||||
this.disabled1 = false
|
||||
this._virtualivtQuery()
|
||||
this.val1 = ''
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
|
||||
Reference in New Issue
Block a user