大宝管理后台代码
123
dcc
2024-06-11 8c3fe58c2e0afbd60cb8e197bbdf7a7ef295e77f
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()
    }