Merge branch 'hhl' of SH-Arbitrate/Mediation-Frontend into dev
This commit was merged in pull request #74.
This commit is contained in:
@@ -97,11 +97,13 @@ export default {
|
|||||||
addvisiable(val) {
|
addvisiable(val) {
|
||||||
if (val) {
|
if (val) {
|
||||||
this.ruleForm = this.editData;
|
this.ruleForm = this.editData;
|
||||||
|
this.fileName = '',
|
||||||
this.getRoles();
|
this.getRoles();
|
||||||
this.getbackflowArr();
|
this.getbackflowArr();
|
||||||
if (this.ruleForm && this.ruleForm.fileName) {
|
if (this.ruleForm && this.ruleForm.fileName) {
|
||||||
this.imgSvgUrl = process.env.VUE_APP_BASE_API + this.ruleForm.fileName;
|
this.imgSvgUrl = process.env.VUE_APP_BASE_API + this.ruleForm.fileName;
|
||||||
this.imageUrl = process.env.VUE_APP_BASE_API + this.ruleForm.fileName
|
this.imageUrl = process.env.VUE_APP_BASE_API + this.ruleForm.fileName;
|
||||||
|
this.fileName = this.ruleForm.fileName
|
||||||
} else {
|
} else {
|
||||||
this.imgSvgUrl = ''
|
this.imgSvgUrl = ''
|
||||||
this.imageUrl = ''
|
this.imageUrl = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user