From 13b0e307e62aa5f0479b8e640a7e1fc7623dbd59 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期六, 24 二月 2024 11:36:47 +0800 Subject: [PATCH] 修改提交 --- ruoyi-ui/src/views/bignote/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/bignote/index.vue b/ruoyi-ui/src/views/bignote/index.vue index 0f5bf7a..b734e4f 100644 --- a/ruoyi-ui/src/views/bignote/index.vue +++ b/ruoyi-ui/src/views/bignote/index.vue @@ -334,7 +334,7 @@ @click="handleFileCardPreview(file)" > <i class="el-icon-zoom-in"></i> - </span>A + </span> <span @@ -757,7 +757,7 @@ //alert(976) //this.$refs.upload.submit(); //alert(8) - alert(this.uploadFileList.length) + //alert(this.uploadFileList.length) if(this.uploadFileList.length==0){ this.$modal.msgSuccess("鍥剧墖涓婁紶鍒楄〃涓嶈兘涓虹┖锛�"); return} @@ -783,7 +783,7 @@ }, requestUpload1(params) { - this.uploadFileList1.push(params.file); + // this.uploadFileList1.push(params.file); }, /** 鍒犻櫎鎸夐挳鎿嶄綔 */ handleDelete(row) { -- Gitblit v1.9.1