From e666ee905ab243d556418758c3e2f941d6e44f77 Mon Sep 17 00:00:00 2001
From: chenruiye <862859104@qq.com>
Date: Mon, 24 Mar 2025 14:11:13 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E7=BC=96?=
=?UTF-8?q?=E8=BE=91=E6=96=B0=E5=A2=9E=E5=9B=BD=E5=AE=B6=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/users/UserCheckAdminView.vue | 58 ++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/src/views/users/UserCheckAdminView.vue b/src/views/users/UserCheckAdminView.vue
index fc8e43f..8043e4a 100644
--- a/src/views/users/UserCheckAdminView.vue
+++ b/src/views/users/UserCheckAdminView.vue
@@ -40,6 +40,7 @@
+
@@ -316,6 +323,30 @@ export default {
this.$nextTick(function () {
this.initPartition();
this.initData();
+ $("#partitionId").on("change", function() {
+ var selectedValue = $(this).val();
+ $.ajax({
+ type: "get",
+ url: "/admin/regionInfo/listByPartitionId",
+ data: { partitionId: selectedValue,containAll:false },
+ dataType: "json",
+ success: function (res) {
+ var regionId = $("#regionId");
+ regionId.empty();
+ if(res.code == 200){
+ for (var i = 0; i < res.data.length; i++) {
+
+ var option = $("