From 37f7c50a49bd7c830595d5fab3f3230d34556d6d Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期一, 22 五月 2023 16:31:29 +0800
Subject: [PATCH] 修改
---
src/views/manager/Police.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/manager/Police.vue b/src/views/manager/Police.vue
index 1f72241..d05e0e7 100644
--- a/src/views/manager/Police.vue
+++ b/src/views/manager/Police.vue
@@ -216,7 +216,6 @@
type: 'error'
})
}
-
this.search();
})
},
@@ -250,6 +249,7 @@
this.detailsVisible = true;
this.detailsRow = Object.assign({}, val);
},
+ // 鏇存柊
update(){
this.detailsRow.phoneNumber=this.detailsRow.userMobile
this.$http.put('/api/user/manager',this.detailsRow).then(res => {this.$message({
@@ -314,6 +314,7 @@
let param = {}
param.realName = this.queryInfo.realName
param.userMobile = this.queryInfo.userMobile
+ param.current = this.queryInfo.current
param.size = this.queryInfo.size
getPublicityList(param).then(res => {
this.publicityList = res.records;
--
Gitblit v1.8.0