Tcsm
2023-08-01 1beebc6d565aacfae90235d14bcd4ad79aa4e79d
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++)