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

Loading…
Cancel
Save