From bc4f603fe677aecb273e3a192ff1be69202bbd78 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 09 Nov 2021 20:49:00 +0800
Subject: [PATCH] 部分改动
---
src/views/securityCompany/computents/staff.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/views/securityCompany/computents/staff.vue b/src/views/securityCompany/computents/staff.vue
index d143307..a2893d1 100644
--- a/src/views/securityCompany/computents/staff.vue
+++ b/src/views/securityCompany/computents/staff.vue
@@ -234,7 +234,6 @@
// if (this.i != 2) {
this.staffLoading = true;
// }
- // console.log(this.forms.departmentid, "staff");
getListestaff(
page.currentPage,
page.pageSize,
@@ -244,12 +243,10 @@
const data = res.data.data;
this.staffPage.total = data.total;
this.staffData = data.records;
- // console.log(this.staffData, "staffData");
this.staffLoading = false;
this.staffSelectionClear();
// if (this.i == 1) {
- // console.log(this.i, "iiiiiiii");
// this.i++;
// // setTimeout((res) => {
// this.equipmentSizerefresh();
@@ -285,4 +282,4 @@
</script>
<style>
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3