|
|
@@ -579,7 +579,7 @@
|
|
|
},
|
|
|
getqualityData() {
|
|
|
let pos = this.$store.getters.level.second?this.$store.getters.level.second:this.$store.getters.level.first
|
|
|
- let sql="select id_,name_ from ibps_party_entity where name_ like '%组' and name_ NOT LIKE '%综合%' and name_ NOT LIKE '%质量%' and name_ NOT LIKE '%科研%' and name_ NOT LIKE '%教学%' and PATH_ like '%"+pos+"%'"
|
|
|
+ let sql="select id_,name_ from ibps_party_entity where name_ like '%组' and name_ NOT LIKE '%助理%' and name_ NOT LIKE '%样品%' and name_ NOT LIKE '%急诊%' and name_ NOT LIKE '%综合%' and name_ NOT LIKE '%质量%' and name_ NOT LIKE '%科研%' and name_ NOT LIKE '%教学%' and PATH_ like '%"+pos+"%'"
|
|
|
let sql1="select id_,name_ from ibps_party_entity where name_ like '%组' and PATH_ like '%"+pos+"%'"
|
|
|
|
|
|
Promise.all([repostCurd('sql', sql),repostCurd('sql', sql1)]).then(([response,response1]) => {
|
|
|
@@ -978,27 +978,44 @@
|
|
|
// console.log(this.showFenZu,'678687678bjhjhjhk')
|
|
|
|
|
|
clearInterval(this.timer1);
|
|
|
- if(this.rollup == true){
|
|
|
- this.fadeinout = false
|
|
|
- this.timer1 = setInterval(()=>{
|
|
|
- // console.log(Math.ceil(this.pageAll/2)+6,this.pageAll)
|
|
|
- if(this.pageOT>=this.pageAll+6){
|
|
|
- this.pageOT=1
|
|
|
+ this.fadeinout = false
|
|
|
+ this.timer1 = setInterval(()=>{
|
|
|
+ if(this.pageOT>=this.pageAll+6){
|
|
|
+ this.pageOT=1
|
|
|
+
|
|
|
+ this.showFenZu.title = this.zhiliangmuNeirong[0] !== undefined?this.zhiliangmuNeirong[0].name_:""
|
|
|
+ this.showFenZu.data = this.zhiliangmuNeirong[0] !== undefined?this.zhiliangmuNeirong[0].data:[]
|
|
|
+ }else{
|
|
|
+ this.pageOT = this.pageOT + 1
|
|
|
|
|
|
- this.showFenZu.title = this.zhiliangmuNeirong[0] !== undefined?this.zhiliangmuNeirong[0].name_:""
|
|
|
- this.showFenZu.data = this.zhiliangmuNeirong[0] !== undefined?this.zhiliangmuNeirong[0].data:[]
|
|
|
- }else{
|
|
|
- this.pageOT = this.pageOT + 1
|
|
|
- if(this.pageOT<this.pageAll){
|
|
|
- // console.log(this.pageOT,this.pageOT-1,'uiououoiu')
|
|
|
+ this.showFenZu.title = this.zhiliangmuNeirong[this.pageOT-1] !== undefined?this.zhiliangmuNeirong[this.pageOT-1].name_:""
|
|
|
+ this.showFenZu.data = this.zhiliangmuNeirong[this.pageOT-1] !== undefined?this.zhiliangmuNeirong[this.pageOT-1].data:[]
|
|
|
+ }
|
|
|
+ // console.log(this.showFenZu,this.showFenZu)
|
|
|
+ },4000)
|
|
|
+ this.rollup=true
|
|
|
+ // if(this.rollup == true){
|
|
|
+ // this.fadeinout = false
|
|
|
+ // this.timer1 = setInterval(()=>{
|
|
|
+ // // console.log(Math.ceil(this.pageAll/2)+6,this.pageAll)
|
|
|
+ // if(this.pageOT>=this.pageAll+6){
|
|
|
+ // this.pageOT=1
|
|
|
|
|
|
- this.showFenZu.title = this.zhiliangmuNeirong[this.pageOT-1] !== undefined?this.zhiliangmuNeirong[this.pageOT-1].name_:""
|
|
|
- this.showFenZu.data = this.zhiliangmuNeirong[this.pageOT-1] !== undefined?this.zhiliangmuNeirong[this.pageOT-1].data:[]
|
|
|
+ // this.showFenZu.title = this.zhiliangmuNeirong[0] !== undefined?this.zhiliangmuNeirong[0].name_:""
|
|
|
+ // this.showFenZu.data = this.zhiliangmuNeirong[0] !== undefined?this.zhiliangmuNeirong[0].data:[]
|
|
|
+ // }else{
|
|
|
+ // this.pageOT = this.pageOT + 1
|
|
|
+ // if(this.pageOT<this.pageAll){
|
|
|
+ // // console.log(this.pageOT,this.pageOT-1,'uiououoiu')
|
|
|
+
|
|
|
+ // this.showFenZu.title = this.zhiliangmuNeirong[this.pageOT-1] !== undefined?this.zhiliangmuNeirong[this.pageOT-1].name_:""
|
|
|
+ // this.showFenZu.data = this.zhiliangmuNeirong[this.pageOT-1] !== undefined?this.zhiliangmuNeirong[this.pageOT-1].data:[]
|
|
|
|
|
|
- }
|
|
|
- }
|
|
|
- },4000)
|
|
|
- }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // console.log(this.showFenZu,this.showFenZu)
|
|
|
+ // },4000)
|
|
|
+ // }
|
|
|
|
|
|
|
|
|
},
|
|
|
@@ -1188,6 +1205,7 @@
|
|
|
this.showFenZu.title = this.zhiliangmuNeirong[this.pageOT-1] !== undefined?this.zhiliangmuNeirong[this.pageOT-1].name_:""
|
|
|
this.showFenZu.data = this.zhiliangmuNeirong[this.pageOT-1] !== undefined?this.zhiliangmuNeirong[this.pageOT-1].data:[]
|
|
|
}
|
|
|
+ // console.log(this.showFenZu,this.showFenZu)
|
|
|
},4000)
|
|
|
this.rollup=true
|
|
|
},
|