Browse Source

信息采集

shibei_master
jiangyy 3 years ago
parent
commit
2714ba0830
  1. 4
      src/views/pages/caiji.vue

4
src/views/pages/caiji.vue

@ -302,7 +302,7 @@ export default {
let internalShequId = '' let internalShequId = ''
if (envShow === 'dev' || envShow === 'prod:sit') { // if (envShow === 'dev' || envShow === 'prod:sit') { //
internalShequId = '6e511da6816e53af4cda952365a26eb9' internalShequId = null
} else if (envShow === 'prod:uat') { // } else if (envShow === 'prod:uat') { //
internalShequId = '6e511da6816e53af4cda952365a26eb9' internalShequId = '6e511da6816e53af4cda952365a26eb9'
} else if (envShow === 'prod') { // } else if (envShow === 'prod') { //
@ -310,7 +310,7 @@ export default {
} }
this.formData.customerId = this.customerId this.formData.customerId = this.customerId
if (this.shequId === internalShequId) { if (!this.internalShequId || this.shequId === internalShequId) {
this.formData.origin = 'internal' this.formData.origin = 'internal'
} else { } else {
this.formData.origin = 'external' this.formData.origin = 'external'

Loading…
Cancel
Save