diff --git a/src/components/uploadFile.vue b/src/components/uploadFile.vue index d71d3df..6bc8ebf 100644 --- a/src/components/uploadFile.vue +++ b/src/components/uploadFile.vue @@ -26,7 +26,7 @@
-
+
{ if(!this.$clickThrottle()) { return }//防止重复点击 cpkapi.postcase_pkg_error_clean({ id: this.queryParam.id }).then((res) => { + this.tableData=[] this.$message.success("清空此案件包错误案件成功"); this.getCasepkgList() diff --git a/src/pages/mediation-page/components/MediationRecordDialog.vue b/src/pages/mediation-page/components/MediationRecordDialog.vue index 92f9989..b462f08 100644 --- a/src/pages/mediation-page/components/MediationRecordDialog.vue +++ b/src/pages/mediation-page/components/MediationRecordDialog.vue @@ -256,6 +256,7 @@ export default { handleUploadFile(fileList){ console.log('获取上传文件信息',fileList) fileList = JSON.parse(JSON.stringify(fileList)) + this.fileList = fileList.map((item,i) => { return { url: item.url, @@ -264,8 +265,8 @@ export default { objectName: item.objectName } }) - // this.repaymentObj.url = this.fileList.length?this.fileList[0].fileName : ''; - // this.repaymentObj.name = this.fileList.length?this.fileList[0].objectName : ''; + console.log(this.fileList ,'fileListfileListfileList') + }, handleClose() { this.$emit('update:visiblemediatRecord', false)