diff --git a/ruoyi-ui/src/views/ccdiProject/components/detail/UploadData.vue b/ruoyi-ui/src/views/ccdiProject/components/detail/UploadData.vue index 318abbf..0764c18 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/detail/UploadData.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/detail/UploadData.vue @@ -204,6 +204,54 @@ + + + + + + + + 选择文件 +
+ 支持 .xls、.xlsx 文件 +
+
+
+ + + +
+ + 取消 + + 确认拉取 + + +
+ {}); }, + openPullBankInfoDialog() { + this.pullBankInfoDialogVisible = true; + }, + resetPullBankInfoForm() { + this.pullBankInfoForm = { + idCardText: "", + dateRange: [], + }; + this.idCardFileList = []; + this.parsingIdCardFile = false; + this.pullBankInfoLoading = false; + }, /** 拉取本行信息 */ handleFetchBankInfo() { - this.pullBankInfoDialogVisible = true; + this.resetPullBankInfoForm(); + this.openPullBankInfoDialog(); }, /** 获取进度条偏移 */ getProgressOffset(value) {