baizonghao
2023-05-25 3c4d54bcb66d7cec4a35defc999250e200b4fdd2
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;