Commit 242a9c68 by caoyanzhi

修复一个拼写错误

parent a7df8659
......@@ -85,7 +85,7 @@ export default {
this.tagId = this.tagDataAssgin.tagId;
this.$refs.tagConfig.saveConfirm().then(_ => {
this.$emit('update:showEditTagPop', false);
this.$emit('refersh', this.tagDataAssgin);
this.$emit('refresh', this.tagDataAssgin);
});
},
returnTagData(list) {
......
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