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) {
|
||||
if (val) {
|
||||
this.ruleForm = this.editData;
|
||||
this.fileName = '',
|
||||
this.getRoles();
|
||||
this.getbackflowArr();
|
||||
if (this.ruleForm && 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 {
|
||||
this.imgSvgUrl = ''
|
||||
this.imageUrl = ''
|
||||
|
||||
Reference in New Issue
Block a user