lilei 3 minggu lalu
induk
melakukan
93a76c5961

+ 1 - 4
src/views/financialManagement/accountStatement/baseModal.vue

@@ -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()
-      }
     }
   }
 }