From 8e2a42e4a2da78f9cda9fa3e7732a0ef72f0c906 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 12 Nov 2021 09:29:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
src/views/securityUnitChild/businessLicense.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/views/securityUnitChild/businessLicense.vue b/src/views/securityUnitChild/businessLicense.vue
index 4c79944..18e95db 100644
--- a/src/views/securityUnitChild/businessLicense.vue
+++ b/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({
--
Gitblit v1.9.3