#74 图标编辑问题修复

Обединени
hhlxayunmei обедини 1 ревизии от hhl във dev преди 2 години
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3
    1
      src/views/caseprocessManagement/components/addNodeprocess.vue

+ 3
- 1
src/views/caseprocessManagement/components/addNodeprocess.vue Целия файл

97
         addvisiable(val) {
97
         addvisiable(val) {
98
             if (val) {
98
             if (val) {
99
                 this.ruleForm = this.editData;
99
                 this.ruleForm = this.editData;
100
+                this.fileName = '',
100
                 this.getRoles();
101
                 this.getRoles();
101
                 this.getbackflowArr();
102
                 this.getbackflowArr();
102
                 if (this.ruleForm && this.ruleForm.fileName) {
103
                 if (this.ruleForm && this.ruleForm.fileName) {
103
                     this.imgSvgUrl = process.env.VUE_APP_BASE_API + this.ruleForm.fileName;
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
                 } else {
107
                 } else {
106
                     this.imgSvgUrl = ''
108
                     this.imgSvgUrl = ''
107
                     this.imageUrl = ''
109
                     this.imageUrl = ''