提交最后一个有提示

feature/comment-0624-ch
ch 2 years ago
parent 35823e2c4a
commit 2117d22715

@ -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