Tcsm
2023-07-30 b5a8a482a5eede229ffea6b8de6ba2b8f06ac0c4
ruoyi-ui/src/views/wish/wishInfo.vue
@@ -294,7 +294,7 @@
    let _this = this
    if (id) {
      this.loading = true;
      getWish(id).then((response) => {
      getWish({id}).then((response) => {
        this.formData = response.data;
        let paths = response.data.url.split(",");
        for(let i = 0; i < paths.length; i++)