Commit 7c2839f6 authored by honghy's avatar honghy Committed by wux

修正等级设置复制状态错误

parent 5cb27262
......@@ -338,6 +338,7 @@ export default {
this.$refs["queryForm"].validate((valid) => {
if (valid) {
let params = deepClone(this.queryParams)
params.status = null
addNewMemberLevel(params).then((res) => {
this.$message.success(this.$t("保存成功"))
this.$router.go(-1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment