ysh 2 years ago
parent
commit
59937a1fa2

+ 2 - 0
src/views/system/schedulingInformation/AttendanceInformation1.vue

@@ -123,6 +123,8 @@
         that.departTree = []
         queryTreeList2(viewDate).then((res) => {
           if (res.success) {
+            that.treeData = []
+            that.departTree = []
             for (let i = 0; i < res.result.length; i++) {
               let temp = res.result[i]
               that.treeData.push(temp)

+ 4 - 0
src/views/system/schedulingInformation/ViewClockUserInfo.vue

@@ -275,6 +275,10 @@
           title: '处理方式',
           align: "center",
           dataIndex: 'setInfo'
+        },{
+          title: '倍数',
+          align: "center",
+          dataIndex: 'multiple'
         },
           {
             title: '操作',