保安服务企业管理项目备份
guoshilong
2023-11-30 81e1b297b1fabec596c1cb7187ce2d6199026429
src/views/securityUnitChild/licence.vue
@@ -47,6 +47,7 @@
  },
  mounted() {
    this.seeImg();
    // console.log(this.row.licence);
  },
  comments: {
    srcList() {
@@ -62,8 +63,12 @@
        this.form.imgUrl = this.row.licence;
      }
    },
    saveLock(name, val) {
      window.localStorage.setItem(name, val);
    },
    uploadDelete(column, file) {
      this.row.licence = "";
      this.saveLock("danweidata", JSON.stringify(this.row));
      return update(this.row)
        .then(() => {
          this.$message({
@@ -82,6 +87,7 @@
    },
    uploadAfter(res, done, loading, column) {
      this.row.licence = res.url;
      this.saveLock("danweidata", JSON.stringify(this.row));
      update(this.row).then(
        () => {
          this.$message({