diff --git a/src/api/humanResource/personnel/index.ts b/src/api/humanResource/personnel/index.ts index a2b7464..adbc7c6 100644 --- a/src/api/humanResource/personnel/index.ts +++ b/src/api/humanResource/personnel/index.ts @@ -5,6 +5,7 @@ export function listApi(config : object) { return http({ url: '/cxc_rlzy.zb/cxcRlzyZb/list', method: 'GET', + timeout: 5000, data: config }) } diff --git a/src/api/production/index.ts b/src/api/production/index.ts index 5159a3d..2d07362 100644 --- a/src/api/production/index.ts +++ b/src/api/production/index.ts @@ -60,7 +60,7 @@ export function queryJldDataByJldID(params : object) { // 获取计量点五分 export function queryJldRbDataByJldID(params : object) { // 获取计量点日报数据 return http({ - url: 'http://10.75.166.6:9999/Gyk/jldls/cxcSssjLssjJldls/getLssjByJldId', + url: '/tbqr/cxcScdtRbTbqr/listJldZongHe', method: 'GET', data: params }) diff --git a/src/components/dataTimeShow.vue b/src/components/dataTimeShow.vue new file mode 100644 index 0000000..dfb4fad --- /dev/null +++ b/src/components/dataTimeShow.vue @@ -0,0 +1,61 @@ + + + + + \ No newline at end of file diff --git a/src/pages-humanResource/personnel/standingbook.vue b/src/pages-humanResource/personnel/standingbook.vue index 888f3e7..040b96b 100644 --- a/src/pages-humanResource/personnel/standingbook.vue +++ b/src/pages-humanResource/personnel/standingbook.vue @@ -1,6 +1,6 @@