feige
2024-02-24 13b0e307e62aa5f0479b8e640a7e1fc7623dbd59
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) {