linwenling
2023-08-01 c62776b21679c54f8e65baeb805b891e962c3eef
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++)