feige
2024-02-28 3b7ed32fb0d22be7d1b7e23e7101e29a5b2dfb40
ruoyi-ui/src/views/note/memo.vue
@@ -50,6 +50,7 @@
              v-model='formDat.happenTime'
              type='date'
              placeholder='选择日期'
           value-format="yyyy-MM-dd"
            ></el-date-picker>
          </el-form-item>
@@ -130,7 +131,10 @@
      // 日期范围
      dateRange: [],
      // 数据范围选项
      fot:[".jpg",".jif"],
     // 数据范围选项
     fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
       '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
      fileList:[
      ],
      fileListOther:[
@@ -202,6 +206,7 @@
    //个人自传的保存
    submitDataScope6: function() {
      const cid = this.$route.params && this.$route.params.id;
      const fid =2007;
      this.formDat.fid = 2007;
@@ -229,6 +234,8 @@
            });
          } else {
            // 执行新增操作
         console.log(this.formDat)
            addNote(this.formDat).then(response => {
              // this.formDat.term = selectedOption.label;
              this.$modal.msgSuccess("新增成功");
@@ -480,7 +487,7 @@
      var formData = new FormData();
      formData.append('excelImport', file);
      let _this = this
      alert(file)
      enload(formData).then(response => {
        _this.getList();
        Message({ message: "导入成功", type: 'warning' })