|
|
@@ -97,11 +97,13 @@ export default {
|
|
97
|
97
|
addvisiable(val) {
|
|
98
|
98
|
if (val) {
|
|
99
|
99
|
this.ruleForm = this.editData;
|
|
|
100
|
+ this.fileName = '',
|
|
100
|
101
|
this.getRoles();
|
|
101
|
102
|
this.getbackflowArr();
|
|
102
|
103
|
if (this.ruleForm && this.ruleForm.fileName) {
|
|
103
|
104
|
this.imgSvgUrl = process.env.VUE_APP_BASE_API + this.ruleForm.fileName;
|
|
104
|
|
- this.imageUrl = process.env.VUE_APP_BASE_API + this.ruleForm.fileName
|
|
|
105
|
+ this.imageUrl = process.env.VUE_APP_BASE_API + this.ruleForm.fileName;
|
|
|
106
|
+ this.fileName = this.ruleForm.fileName
|
|
105
|
107
|
} else {
|
|
106
|
108
|
this.imgSvgUrl = ''
|
|
107
|
109
|
this.imageUrl = ''
|