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/staff.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/securityCompany/computents/staff.vue b/src/views/securityCompany/computents/staff.vue
index 46f423d..251cc07 100644
--- a/src/views/securityCompany/computents/staff.vue
+++ b/src/views/securityCompany/computents/staff.vue
@@ -12,6 +12,7 @@
@search-reset="staffSearchReset"
@current-change="staffCurrentChange"
@size-change="staffSizeChange"
+ @on-load="staffOnLoad"
>
<!-- @on-load="staffOnLoad" -->
</avue-crud>
@@ -254,8 +255,8 @@
};
},
mounted() {
- console.log(this.form, "staff");
- this.staffOnLoad(this.staffPage);
+ // console.log(this.form, "staff");
+ // this.staffOnLoad(this.staffPage);
},
methods: {
staffOnLoad(page, params = {}) {
--
Gitblit v1.9.3