Bladeren bron

拉取代码

maotao 2 maanden geleden
bovenliggende
commit
032b66fdde

+ 2 - 1
pages/workHourManagementOne/workHourManagementOne.vue

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

+ 2 - 1
pages/workHourManagementTwo/workHourManagementTwo.vue

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