From 21e03c21386fb124774df48c8bb1fe3b185dbb48 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期六, 07 十月 2023 14:56:23 +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