src/views/securityUnitChild/businessLicense.vue
@@ -62,8 +62,12 @@ this.form.imgUrl = this.row.businessLicense; } }, saveLock(name, val) { window.localStorage.setItem(name, val); }, uploadDelete(column, file) { this.row.businessLicense = ""; this.saveLock("danweidata", JSON.stringify(this.row)); return update(this.row) .then(() => { this.$message({ @@ -83,6 +87,7 @@ uploadAfter(res, done, loading, column) { // this.row.businessLicense = ""; this.row.businessLicense = res.url; this.saveLock("danweidata", JSON.stringify(this.row)); update(this.row).then( () => { this.$message({