@@ -99,7 +99,7 @@ export default {
if (this.itemSn) {
this.form = Object.assign(this.form, data)
}
- verifyAcountBillDetail({ verifyAccountBillSn: data.verifyAccountBillSn }).then(res => {})
+ verifyAcountBillDetail({ sn: data.verifyAccountBillSn }).then(res => {})
},
watch: {