From b3f6a4257759613f01f9d491914f0dbb0f640a4f Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Sat, 07 Oct 2023 14:59:04 +0800
Subject: [PATCH] 修改
---
src/views/notCoalMine/nPeopleManage/index.vue | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/views/notCoalMine/nPeopleManage/index.vue b/src/views/notCoalMine/nPeopleManage/index.vue
index 0ff7c4b..afb5110 100644
--- a/src/views/notCoalMine/nPeopleManage/index.vue
+++ b/src/views/notCoalMine/nPeopleManage/index.vue
@@ -147,7 +147,7 @@
if(obj){
return obj.label
}else{
- return '无'
+ return '未知'
}
},
openPeople(data,type){
@@ -161,7 +161,12 @@
this.getPage()
},
resetQuery(){
- this.$refs['queryForm'].resetFields()
+ this.queryParams={
+ idCardNum: '',
+ name: '',
+ pageNum: 1,
+ pageSize: 10
+ }
this.getPage()
},
handleAdd(){
--
Gitblit v1.9.2