2 Commits 45104c32d2 ... 376c63083b

Author SHA1 Message Date
  maotao 376c63083b 工时添加日志 1 month ago
  maotao 032b66fdde 拉取代码 1 month ago

+ 1 - 1
pages/repair/repairsDetail.vue

@@ -337,7 +337,7 @@
337 337
   function previewImg(index, type){
338 338
     uni.previewImage({
339 339
       current: index,
340
-      urls: dataInfo[type].map(v => v.previewUrl),
340
+      urls: dataInfo[type].map(v => v.thumbFilePath),
341 341
       longPressActions: {
342 342
         itemList: ['发送给朋友', '保存图片', '收藏'],
343 343
         success: function(data) {

+ 2 - 1
pages/workHourManagementOne/workHourManagementOne.vue

@@ -68,7 +68,8 @@
68 68
       workHourManagement: {
69 69
         treeLevel: 1,
70 70
 				hosId:dataInfo.hosId,
71
-				showSecond:1
71
+				showSecond:1,
72
+				disableType:1
72 73
       }
73 74
     }
74 75
     getFetchDataList("simple/data", "workHourManagement", postData).then(res => {

+ 2 - 1
pages/workHourManagementTwo/workHourManagementTwo.vue

@@ -137,7 +137,8 @@
137 137
 				hosId:dataInfo.hosId,
138 138
         parent: {
139 139
           id: dataInfo.parentId,
140
-        }
140
+        },
141
+				disableType:1
141 142
       }
142 143
     }
143 144