From 1e5c40ca6d5c6bbbd062f5cbdfc31d6045b4b77b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 26 Oct 2021 09:01:24 +0800
Subject: [PATCH] 提醒密码为身份证后六位
---
src/views/dispatch/dispatchChildoperable.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/views/dispatch/dispatchChildoperable.vue b/src/views/dispatch/dispatchChildoperable.vue
index 0d8db0c..b2d748d 100644
--- a/src/views/dispatch/dispatchChildoperable.vue
+++ b/src/views/dispatch/dispatchChildoperable.vue
@@ -514,9 +514,8 @@
}
//公安局进入
if (this.userInfo.role_name == "公安管理员") {
- params["jurisdiction"] = this.userInfo.jurisdiction;
+ values["jurisdiction"] = this.userInfo.jurisdiction;
}
-
getdata1(
page.currentPage,
page.pageSize,
--
Gitblit v1.9.3