Commit 75e7d812 by chenyu

update: update

parent 1163c2c0
......@@ -142,7 +142,7 @@ export default {
if (res.data.errorCode === 0) {
setTimeout(() => {
this.btnLoading = false;
checkSuccess('提交成功!');
checkSuccess('');
this.$refs[ 'form' ].resetFields();
this.$emit('update:dialogVisible', false);
this.$emit('refresh');
......
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