From 3f5c1ae2cfbe8d29eb11e0ac88abceaa7d6906f2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 25 Nov 2021 15:47:28 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory_ys
---
src/views/securityCompany/computents/punish.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/securityCompany/computents/punish.vue b/src/views/securityCompany/computents/punish.vue
index 970c864..6e99add 100644
--- a/src/views/securityCompany/computents/punish.vue
+++ b/src/views/securityCompany/computents/punish.vue
@@ -13,6 +13,7 @@
@current-change="punishCurrentChange"
@size-change="punishSizeChange"
@refresh-change="punishRefreshcCange"
+ @on-load="punishOnLoad"
>
</avue-crud>
<!-- @on-load="punishOnLoad" -->
@@ -65,7 +66,7 @@
},
mounted() {
// console.log(this.form, "pu");
- this.punishOnLoad(this.punishPage);
+ // this.punishOnLoad(this.punishPage);
},
methods: {
punishOnLoad(page, params = {}) {
--
Gitblit v1.9.3