大宝管理后台代码
dcc
2024-05-08 54da2e34a85ea4652a3d0d05712dcd876b8d9581
src/views/userlist/agentlist.vue
@@ -212,10 +212,10 @@
          }
          agentdelAgent(data).then((res) => {
            if (res.status == 0) {
              that.$message.success({ content: res.msg, duration: 2 })
              that.$message.success(res.msg)
              that.getinit()
            } else {
              that.$message.error({ content: res.msg })
              that.$message.error(res.msg)
            }
          })
        },
@@ -270,7 +270,7 @@
    },
    onSizeChange (current, pageSize) {
      this.agentqueryParam.pageNum = current
      this.pagination.current = page
      // this.pagination.current = page
      this.agentqueryParam.pageSize = pageSize
      this.getagentlist()
    }