图标编辑问题修复 #74

Merged
hhlxayunmei merged 1 commits from hhl into dev 2024-03-05 09:41:33 +00:00
@@ -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 = ''