CrazyLionLi
2022-04-18 6b36385fa55a97144819e9cd6afc62f9314db438
src/components/FileUpload/index.vue
@@ -170,7 +170,9 @@
  let strs = "";
  separator = separator || ",";
  for (let i in list) {
    strs += list[i].url + separator;
    if(undefined !== list[i].url) {
      strs += list[i].url + separator;
    }
  }
  return strs != '' ? strs.substr(0, strs.length - 1) : '';
}