From dd5fbe2e6cacffa0ff67f0f68c262d14ddfce3cc Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 24 十一月 2023 15:21:56 +0800 Subject: [PATCH] 1.修复指标排名界面的排序换页后重置的问题 --- src/views/setting/SetConfiguration.vue | 71 ----------------------------------- 1 files changed, 1 insertions(+), 70 deletions(-) diff --git a/src/views/setting/SetConfiguration.vue b/src/views/setting/SetConfiguration.vue index 62ca902..138de34 100644 --- a/src/views/setting/SetConfiguration.vue +++ b/src/views/setting/SetConfiguration.vue @@ -59,76 +59,7 @@ } }) }, - // get(){ - - // exceptionApi.analysisdata('閲戝北鍖洪噾灞辨柊鍩嶫SC1-0401鍗曞厓1-11-01鍦板潡椤圭洰09','2023-07-01 00:00:00','2023-07-03 00:00:00').then((res)=>{ - // this.a = res.data.data - // // console.log('鏁版嵁涓猴細',res.data.data); - // return res.data.data - // }).then(result =>{ - // console.log('閾撅細',result); - // exceptionApi.analysisdata('涓婃捣鍥芥灄寤烘潗鏈夐檺鍏徃','2023-07-01 00:00:00','2023-07-03 00:00:00') - // } - // ) - // }, - - // async getAll(){ - // const a = await this.$http - // .get('/dust/sitenamecode', { - // params: { - // exceptionType: '0', - // beginTime: this.beginTime, - // endTime: this.endTime - // } - // }).then((result) => { - // this.exception.exception0 = result.data.data - // }) - - // const b = await this.$http - // .get('/dust/sitenamecode', { - // params: { - // exceptionType: '1', - // beginTime: this.beginTime, - // endTime: this.endTime - // } - // }).then((result) => { - // this.exception.exception1 = result.data.data - // }) - - - // const c = await this.$http - // .get('/dust/sitenamecode', { - // params: { - // exceptionType: '2', - // beginTime: this.beginTime, - // endTime: this.endTime - // } - // }).then((result) => { - // this.exception.exception2 = result.data.data - // }) - // const d = await this.$http - // .get('/dust/sitenamecode', { - // params: { - // exceptionType: '3', - // beginTime: this.beginTime, - // endTime: this.endTime - // } - // }).then((result) => { - // this.exception.exception3 = result.data.data - // }) - - // console.log('澶�1锛�',this.exception.exception0); - // console.log('澶�2锛�',this.exception.exception1); - // console.log('澶�3锛�',this.exception.exception2); - // console.log('澶�4锛�',this.exception.exception3); - // // Promise.all([a,b,c,d,e,f,g,h]).then((responses)=>{ - // // console.log('鍏ㄩ儴鏁版嵁涓猴細'); - // // for (const response of responses) { - // // console.log('鏁版嵁锛�',response.data.data); - - // // } - // // }) - // } + } } </script> -- Gitblit v1.9.3