保安服务单位许可和备案申请系统
liuyg
2021-09-23 00de28a67f8a9c2882d889f9b4a74fe6a09d762a
判断附件上传是否成功
1 files modified
5 ■■■■■ changed files
src/components/attach/attach.vue 5 ●●●●● 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) {