Browse Source

11

dev-新版ui
jiangyy 3 years ago
parent
commit
41799ddaa2
  1. 2
      src/views/modules/base/epidemic/natFocus/natFocusList.vue
  2. 2
      src/views/modules/base/epidemic/natFocus/natFocusListHistory.vue

2
src/views/modules/base/epidemic/natFocus/natFocusList.vue

@ -559,7 +559,7 @@ export default {
async mounted () { async mounted () {
//1580460084738760705 //1580460084738760705
this.customerId = localStorage.getItem("customerId"); this.customerId = localStorage.getItem("customerId");
this.isPanshi = true this.isPanshi = false
this.reasonTitle = '关注原因' this.reasonTitle = '关注原因'
if (this.customerId === '1580460084738760705') { if (this.customerId === '1580460084738760705') {
this.isPanshi = true this.isPanshi = true

2
src/views/modules/base/epidemic/natFocus/natFocusListHistory.vue

@ -501,7 +501,7 @@ export default {
async mounted () { async mounted () {
//1580460084738760705 //1580460084738760705
this.customerId = localStorage.getItem("customerId"); this.customerId = localStorage.getItem("customerId");
this.isPanshi = true this.isPanshi = false
this.reasonTitle = '关注原因' this.reasonTitle = '关注原因'
if (this.customerId === '1580460084738760705') { if (this.customerId === '1580460084738760705') {
this.isPanshi = true this.isPanshi = true

Loading…
Cancel
Save