Преглед на файлове

fix(workPage): add handling for work type 831

add json data assignment logic for work type 831 to ensure page data updates correctly
lsc преди 3 часа
родител
ревизия
a4c0ac3fd7
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/components/pages/workPage/index_new.vue

+ 2 - 0
src/components/pages/workPage/index_new.vue

@@ -415,6 +415,8 @@ export default {
           });
           });
         }else if(this.workData.type == "79"){
         }else if(this.workData.type == "79"){
           this.workData.json.fileList = _work.fileList;
           this.workData.json.fileList = _work.fileList;
+        }else if(this.workData.type == "831"){
+          this.workData.json = _work;
         }
         }
         this.$forceUpdate();
         this.$forceUpdate();
       }
       }