Commit 041f25c0 authored by honghy's avatar honghy Committed by wux

【后台-等级设置-复制】启动时间清空

parent dda60002
......@@ -343,6 +343,7 @@ export default {
if (valid) {
let params = deepClone(this.queryParams)
params.status = null
params.enableDate = 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