Commit 31f962d6 authored by zhengke's avatar zhengke

修改

parent c5ea0cad
...@@ -500,7 +500,7 @@ export default { ...@@ -500,7 +500,7 @@ export default {
}); });
//调用父页面成功方法 //调用父页面成功方法
this.$emit("success"); this.$emit("success");
this.IsShowBackClassDialog = false; this.$emit('close');
} }
}); });
}, },
......
...@@ -440,7 +440,7 @@ ...@@ -440,7 +440,7 @@
}) })
//调用父页面成功方法 //调用父页面成功方法
this.$emit('success'); this.$emit('success');
this.IsShowContinueClassDialog = false this.$emit('close');
} }
}) })
}, },
......
This diff is collapsed.
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