|
@@ -90,7 +90,7 @@ export default {
|
|
|
this.$emit('cancel')
|
|
|
this.$refs.ruleForm.resetFields()
|
|
|
},
|
|
|
- async pageInit (data) {
|
|
|
+ pageInit (data) {
|
|
|
this.itemSn = data.verifyAccountBillSn
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.ruleForm.resetFields()
|
|
@@ -105,9 +105,6 @@ export default {
|
|
|
watch: {
|
|
|
show (newValue, oldValue) {
|
|
|
this.opened = newValue
|
|
|
- if (newValue) {
|
|
|
- this.pageInit()
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|