Merge branch 'feature/comment-0620-ch' into msb_test

fix/0701-ch
ch 2 years ago
commit 0ce97eb86b

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-06-20 16:36:14
* @LastEditors: ch
* @LastEditTime: 2022-06-30 17:20:40
* @LastEditTime: 2022-06-30 21:06:31
* @Description: file content
-->
<template>
@ -89,7 +89,7 @@ export default {
this.commentContent = '';
this.fileList = [];
this.$nextTick(()=>{
this.$emit('submit',{});
this.$emit('submit',result);
})
}

Loading…
Cancel
Save