dedsudiyu 2 年之前
父節點
當前提交
6a7e3173cf

+ 3 - 0
src/views/comprehensive/laboratoryManagement/record/index.vue

@@ -254,6 +254,9 @@ export default {
     //查看详情
     lookInfo(row){
       getDetial(row.id).then(response => {
+        for(let i=0;i<response.rows.length;i++){
+          response.rows[i].imgUrl = 'statics'+ response.rows[i].imgUrl.split('statics')[1];
+        }
         this.$set(this,'infoIndex',0);
         this.$set(this,'infoList',response.rows);
         this.$set(this,'infoShadeType',true);

+ 3 - 0
src/views/comprehensive/laboratoryManagement/record_my/index.vue

@@ -193,6 +193,9 @@ export default {
     //查看详情
     lookInfo(row){
       getDetial(row.id).then(response => {
+        for(let i=0;i<response.rows.length;i++){
+          response.rows[i].imgUrl = 'statics'+ response.rows[i].imgUrl.split('statics')[1];
+        }
         this.$set(this,'infoIndex',0);
         this.$set(this,'infoList',response.rows);
         this.$set(this,'infoShadeType',true);