feige
2024-08-27 74c662058b047bca28876b1851006ed16b6dc237
ruoyi-ui/src/views/clean/cleanInfo.vue
@@ -320,6 +320,7 @@
      this.loading = true;
      getCLeanInfo(id).then((response) => {
        this.formData = response.data;
      console.log(this.formData)
        if(this.formData.kind==1)
           this.formData.kind = '收纳'
        else
@@ -367,7 +368,7 @@
        }
        this.loading = false;
      });
      this.getCateInfor()
   //  this.getCateInfor()
    }
  },
@@ -380,10 +381,11 @@
        this.loading = true;
        getCLeanInfo(id).then((response) => {
          this.formData = response.data;
          if(this.formData.kind==1)
             this.formData.kind = '收纳'
          else
             this.formData.kind = '保洁'
         // if(this.formData.kind==1)
        //     this.formData.kind = '收纳'
        //  else
         //    this.formData.kind = '保洁'
       if(response.data.url!=null){
          let paths = response.data.url.split(",");
          for(let i = 0; i < paths.length; i++)
          {
@@ -406,10 +408,11 @@
               }
              }
          }
        }
          _this.fileListOther = _this.fileListOther1
          this.loading = false;
        });
        this.getCateInfor()
       // this.getCateInfor()
      }
    },