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

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

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

Loading…
Cancel
Save