yz3456
2024-04-02 dc2144395dd23896004bf4f7a1ce73b5da4a315d
修改了3月30这周的所有bug1
1个文件已修改
15 ■■■■ 已修改文件
ruoyi-ui/src/views/travel/index.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/travel/index.vue
@@ -967,9 +967,9 @@
            for(let i = 0; i < this.fileListOther.length; i++){
              this.handleRemoveFile(this.fileListOther[0]);
            }
            this.getList();
          });
        }
      });
@@ -978,6 +978,17 @@
      // });
      // this.handleRemove(this.fileList[0]);
      // this.handleRemoveFile(this.fileListOther[0]);
      // 清空formDat对象的数据
      Object.keys(this.formDat).forEach(key => {
        this.formDat[key] = '';
      });
      for(let i = 0; i <= this.fileList.length; i++)
      {
        this.handleRemove(this.fileList[0]);
      }
      for(let i = 0; i < this.fileListOther.length; i++){
        this.handleRemoveFile(this.fileListOther[0]);
      }
    },
    //  弹窗
    handleShow(row){