Commit b4e9ca91 authored by honghy's avatar honghy Committed by wux

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

parent a247b205
......@@ -342,6 +342,8 @@ export default {
this.$refs["queryForm"].validate((valid) => {
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