Commit fa0ce1eb authored by honghy's avatar honghy

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

parent 4f028f73
......@@ -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