Browse Source

Merge remote-tracking branch 'origin/updateDept' into updateDept

updateDept
wanggongfeng 5 years ago
parent
commit
b47a4f8ba6
  1. 2
      src/views/modules/analysis/issue/hottest-issue-list.vue
  2. 2
      src/views/modules/analysis/issue/issue-classified-statistic.vue
  3. 2
      src/views/modules/analysis/issue/latest-issue-list.vue
  4. 2
      src/views/modules/analysis/item/difficult-Item-list.vue
  5. 2
      src/views/modules/analysis/item/hottest-item-list.vue
  6. 2
      src/views/modules/analysis/item/report-solved-item-list.vue
  7. 2
      src/views/modules/analysis/item/report-unsolved-item-list.vue
  8. 2
      src/views/modules/analysis/item/unsolved-item-list.vue
  9. 2
      src/views/modules/analysis/topic/hottest-topic-list.vue
  10. 2
      src/views/modules/analysis/topic/latest-topic-list.vue
  11. 2
      src/views/modules/analysis/user/gridopening.vue
  12. 2
      src/views/modules/analysis/user/metausergridopining.vue
  13. 2
      src/views/modules/analysis/user/metauserpartyrank.vue
  14. 2
      src/views/modules/analysis/user/metauserregisterrank.vue
  15. 2
      src/views/modules/analysis/user/party.vue
  16. 2
      src/views/modules/analysis/user/register.vue
  17. 2
      src/views/modules/group/group.vue
  18. 2
      src/views/modules/group/leaderboard.vue
  19. 2
      src/views/modules/group/topic-list.vue
  20. 2
      src/views/modules/kpi/manualScore.vue
  21. 2
      src/views/modules/kpi/manualscore-zlph.vue
  22. 2
      src/views/modules/kpi/resultGrid.vue
  23. 2
      src/views/modules/kpi/resultSuperior.vue

2
src/views/modules/analysis/issue/hottest-issue-list.vue

@ -142,7 +142,7 @@ export default {
}, },
methods: { methods: {
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/analysis/issue/issue-classified-statistic.vue

@ -175,7 +175,7 @@ export default {
}, },
methods: { methods: {
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/analysis/issue/latest-issue-list.vue

@ -138,7 +138,7 @@ export default {
}, },
methods: { methods: {
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/analysis/item/difficult-Item-list.vue

@ -282,7 +282,7 @@ export default {
return '' return ''
}, },
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/analysis/item/hottest-item-list.vue

@ -138,7 +138,7 @@ export default {
}, },
methods: { methods: {
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/analysis/item/report-solved-item-list.vue

@ -173,7 +173,7 @@ export default {
}, },
methods: { methods: {
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/analysis/item/report-unsolved-item-list.vue

@ -148,7 +148,7 @@ export default {
}, },
methods: { methods: {
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/analysis/item/unsolved-item-list.vue

@ -153,7 +153,7 @@ export default {
}, },
methods: { methods: {
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/analysis/topic/hottest-topic-list.vue

@ -142,7 +142,7 @@ export default {
}, },
methods: { methods: {
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/analysis/topic/latest-topic-list.vue

@ -138,7 +138,7 @@ export default {
}, },
methods: { methods: {
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/analysis/user/gridopening.vue

@ -332,7 +332,7 @@ export default {
}, },
created () { created () {
this.$http this.$http
.get(`/sys/user/deptOptions/getByLoginUser`) .get(`/sys/user/deptOptions/getByLoginUserOnlyParty`)
.then(({ data: res }) => { .then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)

2
src/views/modules/analysis/user/metausergridopining.vue

@ -172,7 +172,7 @@ export default {
}, },
created () { created () {
this.$http this.$http
.get(`/sys/user/deptOptions/getByLoginUser`) .get(`/sys/user/deptOptions/getByLoginUserOnlyParty`)
.then(({ data: res }) => { .then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)

2
src/views/modules/analysis/user/metauserpartyrank.vue

@ -139,7 +139,7 @@ export default {
methods: { methods: {
getOptions () { getOptions () {
this.$http this.$http
.get(`/sys/user/deptOptions/getByLoginUser`) .get(`/sys/user/deptOptions/getByLoginUserOnlyParty`)
.then(({ data: res }) => { .then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)

2
src/views/modules/analysis/user/metauserregisterrank.vue

@ -126,7 +126,7 @@ export default {
}, },
created () { created () {
this.$http this.$http
.get(`/sys/user/deptOptions/getByLoginUser`) .get(`/sys/user/deptOptions/getByLoginUserOnlyParty`)
.then(({ data: res }) => { .then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)

2
src/views/modules/analysis/user/party.vue

@ -219,7 +219,7 @@ export default {
}, },
created () { created () {
this.$http this.$http
.get(`/sys/user/deptOptions/getByLoginUser`) .get(`/sys/user/deptOptions/getByLoginUserOnlyParty`)
.then(({ data: res }) => { .then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)

2
src/views/modules/analysis/user/register.vue

@ -244,7 +244,7 @@ export default {
}, },
created () { created () {
this.$http this.$http
.get(`/sys/user/deptOptions/getByLoginUser`) .get(`/sys/user/deptOptions/getByLoginUserOnlyParty`)
.then(({ data: res }) => { .then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)

2
src/views/modules/group/group.vue

@ -320,7 +320,7 @@ export default {
}) })
}, },
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/group/leaderboard.vue

@ -160,7 +160,7 @@ export default {
}, },
methods: { methods: {
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/group/topic-list.vue

@ -198,7 +198,7 @@ export default {
}).catch(() => { }) }).catch(() => { })
}, },
getOptions () { getOptions () {
this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({ data: res }) => { this.$http.get(`/sys/user/deptOptions/getByLoginUserOnlyParty`).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/kpi/manualScore.vue

@ -138,7 +138,7 @@ export default {
this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/kpi/manualScore/importManualScoreExcel?token=${Cookies.get('token')}` this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/kpi/manualScore/importManualScoreExcel?token=${Cookies.get('token')}`
// //
this.$http this.$http
.get(`/sys/user/deptOptions/getByLoginUser`) .get(`/sys/user/deptOptions/getByLoginUserOnlyParty`)
.then(({ data: res }) => { .then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)

2
src/views/modules/kpi/manualscore-zlph.vue

@ -133,7 +133,7 @@ export default {
this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/kpi/manualscore-zlph/importManualScoreExcel?token=${Cookies.get('token')}` this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/kpi/manualscore-zlph/importManualScoreExcel?token=${Cookies.get('token')}`
// //
this.$http this.$http
.get(`/sys/user/deptOptions/getByLoginUser`) .get(`/sys/user/deptOptions/getByLoginUserOnlyParty`)
.then(({ data: res }) => { .then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)

2
src/views/modules/kpi/resultGrid.vue

@ -87,7 +87,7 @@ export default {
}, },
created () { created () {
this.$http this.$http
.get(`/sys/user/deptOptions/getByLoginUser`) .get(`/sys/user/deptOptions/getByLoginUserOnlyParty`)
.then(({ data: res }) => { .then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)

2
src/views/modules/kpi/resultSuperior.vue

@ -84,7 +84,7 @@ export default {
}, },
created () { created () {
this.$http this.$http
.get(`/sys/user/deptOptions/getByLoginUser`) .get(`/sys/user/deptOptions/getByLoginUserOnlyParty`)
.then(({ data: res }) => { .then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)

Loading…
Cancel
Save