| src/components/attach/attach.vue | ●●●●● patch | view | raw | blame | history |
src/components/attach/attach.vue
@@ -222,6 +222,11 @@ }, uploadAfter(res, done, loading, column) { window.console.log(res.link); var test = /^http:\/\/.*/; if (!test.test(res.link)) { this.$message.error("上传失败"); return; } this.onceLinks = res.link; var haveit = null; for (let k in this.saveIds) {