大宝管理后台代码
zzzz
2024-04-10 66949765bfe75465c287be74d8a9d475b96e0094
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)
            }
          })
        },