From 4a125073dfb0acfefc473e9439ff6a551735e0e5 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Fri, 05 Aug 2022 15:07:42 +0800
Subject: [PATCH] 班组接口对接
---
src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/views/system/personShiftManage/workingHoursSet/index.vue b/src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue
similarity index 99%
rename from src/views/system/personShiftManage/workingHoursSet/index.vue
rename to src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue
index 7eeca06..160f8d3 100644
--- a/src/views/system/personShiftManage/workingHoursSet/index.vue
+++ b/src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue
@@ -145,7 +145,6 @@
// 定义接口来定义对象的类型
interface stateType {
tableData: Array<string>,
- pageRecord: Array<string>,
workTimeList: Array<string>,
multipleSelection: Array<any>,
deleteArr: Array<any>,
@@ -185,7 +184,6 @@
chosenIndex: null,
searchWord: '',
tableData: [],
- pageRecord: [],
workTimeList: [],
multipleSelection: [],
dialogDetails: false,
@@ -250,7 +248,6 @@
const data = {pageSize: state.pageSize,pageIndex: state.pageIndex,searchParams:{name: state.searchWord}}
let res = await workingHoursSetApi().postWorkTimeGroupPage(data);
if (res.data.code === '200') {
- state.pageRecord = res.data.data
state.tableData = res.data.data.map((item)=>{
if(item.list == null){
item.list = []
--
Gitblit v1.9.2