From 085387a34f10e0e3c1a8f1b96f1989e1dcf06a2c Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Wed, 10 Nov 2021 22:59:31 +0800
Subject: [PATCH] 改接口字段
---
src/views/statisticalQueryManagement/businessStatistics.vue | 2 +-
vue.config.js | 4 ++--
src/views/statisticalQueryManagement/securityGuardDetail.vue | 12 ++++++------
src/views/statisticalQueryManagement/businessStatisticsDetail.vue | 4 ++--
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/views/statisticalQueryManagement/businessStatistics.vue b/src/views/statisticalQueryManagement/businessStatistics.vue
index da4a55c..550e88d 100644
--- a/src/views/statisticalQueryManagement/businessStatistics.vue
+++ b/src/views/statisticalQueryManagement/businessStatistics.vue
@@ -361,7 +361,7 @@
this.dialogShow = true;
} else if (column.label == "持证人数") {
this.dialogTitle = "业务统计明细---持证保安人员清单";
- this.searchitem = "dq";
+ this.searchitem = "zong";
this.paramCz = true;
this.fwdeptId = row.departmentid;
this.dialogShow = true;
diff --git a/src/views/statisticalQueryManagement/businessStatisticsDetail.vue b/src/views/statisticalQueryManagement/businessStatisticsDetail.vue
index 0f48442..5b6c74e 100644
--- a/src/views/statisticalQueryManagement/businessStatisticsDetail.vue
+++ b/src/views/statisticalQueryManagement/businessStatisticsDetail.vue
@@ -163,8 +163,8 @@
display: false
},
{
- label: "保安员姓名",
- prop: "realName",
+ label: "保安员人数",
+ prop: "num",
display: false
},
// {
diff --git a/src/views/statisticalQueryManagement/securityGuardDetail.vue b/src/views/statisticalQueryManagement/securityGuardDetail.vue
index eab1b5e..4643d96 100644
--- a/src/views/statisticalQueryManagement/securityGuardDetail.vue
+++ b/src/views/statisticalQueryManagement/securityGuardDetail.vue
@@ -224,15 +224,15 @@
dicData: [
{
label: "是",
- value: "0"
- },
- {
- label: "否",
value: "1"
},
{
- label: "已吊销",
+ label: "否",
value: "2"
+ },
+ {
+ label: "已吊销",
+ value: "3"
}
],
slot: true,
@@ -287,7 +287,7 @@
param["status"] = params["status"] || "";
param["deptId"] = this.fwdeptId;
if (this.paramCz) {
- param["hold"] = "0";
+ param["hold"] = '1';
} else {
param["hold"] = params["hold"] || "";
}
diff --git a/vue.config.js b/vue.config.js
index 843154f..2e347aa 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -32,8 +32,8 @@
// target: 'http://2h3f861221.wicp.vip:58646',
// target: 'http://192.168.0.114:82',
// target: 'http://192.168.0.108:82',
- target: 'http://192.168.0.110:82',
- // target: 'http://s16s652780.51mypc.cn/api',
+ // target: 'http://192.168.0.110:82',
+ target: 'http://s16s652780.51mypc.cn/api',
// 服务器使用
// target: 'http://localhost:82',
ws: true,
--
Gitblit v1.9.3