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

fix/comment-0701
ch 2 years ago
commit 3d5673bbe7

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-06-25 15:29:43
* @LastEditors: ch
* @LastEditTime: 2022-06-29 19:23:57
* @LastEditTime: 2022-06-30 22:53:16
* @Description: file content
-->
<template>
@ -99,7 +99,10 @@ export default {
}
this.commentContent = '';
this.fileList = [];
this.$emit('submit',result);
this.$nextTick(()=>{
this.$emit('submit',result);
})
},
/**

Loading…
Cancel
Save