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