大宝管理后台代码
zzzz
2024-04-09 c2641b04320495d1ae3ba9924ccfeae6070da4be
src/views/userlist/agentlist.vue
@@ -209,10 +209,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)
            }
          })
        },