'图标编辑问题修复'

This commit is contained in:
hhl123456789
2024-03-05 17:40:42 +08:00
parent 9f2556e387
commit 72ced8108b
@@ -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 = ''