Browse Source

跳转重定向,人员组织初始化组织id

chengyang
是小王呀\24601 9 months ago
parent
commit
a5f88f3014
  1. 2
      src/views/modules/base/orgUnitManger/index.vue
  2. 9
      src/views/modules/home/index.vue
  3. 4
      src/views/modules/workSys/operAuth.vue

2
src/views/modules/base/orgUnitManger/index.vue

@ -202,7 +202,7 @@
createdTime:null, createdTime:null,
updatedBy:null, updatedBy:null,
updatedTime:null, updatedTime:null,
agencyId:null, agencyId:this.$store.state.user.agencyId,
type:null, type:null,
property:null, property:null,
name:null, name:null,

9
src/views/modules/home/index.vue

@ -772,13 +772,14 @@ this.getActiveUsers()
methods: { methods: {
goToPage(item){ goToPage(item){
if(item==="one"){ if(item==="one"){
window.location.href = 'https://zqsq.mca.gov.cn/CAFP/LEAP/Login/00/CAFP/Login.html'; window.open("https://zqsq.mca.gov.cn/CAFP/LEAP/Login/00/CAFP/Login.html", "_blank");
}else if(item=="two"){ }else if(item=="two"){
window.location.href = 'https://chinavolunteer.mca.gov.cn/site/home'; window.open("https://chinavolunteer.mca.gov.cn/site/home", "_blank");
}else if(item=="three"){ }else if(item=="three"){
window.location.href = 'https://chinavolunteer.mca.gov.cn/site/home'; window.open("https://chinavolunteer.mca.gov.cn/site/home", "_blank");
}else if(item=="five"){ }else if(item=="five"){
window.location.href = 'https://shgz.mca.gov.cn/SWMS/LEAP/swmss/index.html#/web'; window.open("https://shgz.mca.gov.cn/SWMS/LEAP/swmss/index.html#/web", "_blank");
} }
}, },
getStatisticsList1(value){ getStatisticsList1(value){

4
src/views/modules/workSys/operAuth.vue

@ -163,7 +163,7 @@ export default {
timeRange: [], timeRange: [],
formData: { formData: {
category: 'data_tm', category: '',
operatorName: '',// operatorName: '',//
operatorMobile: '',// operatorMobile: '',//
startTime: '',//yyyy-MM-dd HH:mm startTime: '',//yyyy-MM-dd HH:mm
@ -266,7 +266,7 @@ export default {
// //
resetSearch () { resetSearch () {
this.formData = { this.formData = {
category: 'data_tm', category: '',
operatorName: '',// operatorName: '',//
operatorMobile: '',// operatorMobile: '',//
startTime: '',//yyyy-MM-dd HH:mm startTime: '',//yyyy-MM-dd HH:mm

Loading…
Cancel
Save