From dd43e8bcbbaf1875cc9d74127454d50ad983ef5b Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 17 五月 2023 16:14:14 +0800
Subject: [PATCH] 预览

---
 src/views/manager/Police.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/manager/Police.vue b/src/views/manager/Police.vue
index 016a78d..d05e0e7 100644
--- a/src/views/manager/Police.vue
+++ b/src/views/manager/Police.vue
@@ -249,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({
@@ -313,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