|
@@ -343,7 +343,7 @@ var vNode = {
|
|
|
var info = this.powerInfo
|
|
|
var isNoMember = info.memberStatus <= 0
|
|
|
var isOldVip = info.vipStatus > 0 && !info.viper
|
|
|
- var isNewVip = info.vipStatus > 0 && info.viper && !this.surplus
|
|
|
+ var isNewVip = info.vipStatus > 0 && info.viper && !this.surplus && !this.entvisit.visited
|
|
|
var isNotAll = this.entvisit.provin !== -1
|
|
|
return (isOldVip || (isNewVip && isNotAll)) && isNoMember
|
|
|
},
|
|
@@ -441,7 +441,7 @@ var vNode = {
|
|
|
const filterSelect = _this.groupingList.filter(item => !!item.isSelect)
|
|
|
const selectList = filterSelect.map(item => item.s_name) || ['默认分组']
|
|
|
_this.$refs.portrayalGrouping.setState(selectList)
|
|
|
-
|
|
|
+
|
|
|
} else {
|
|
|
if(!res?.data?.status) {
|
|
|
// 监控达到上限
|
|
@@ -930,7 +930,7 @@ var vNode = {
|
|
|
},
|
|
|
changeGroupState: function (type) {
|
|
|
console.log(type);
|
|
|
- this.getEntGroupListData()
|
|
|
+ this.getEntGroupListData()
|
|
|
this.$nextTick(() => {
|
|
|
this.setGroupState = type
|
|
|
this.showGroupingDialog = true
|
|
@@ -996,7 +996,7 @@ var vNode = {
|
|
|
} else {
|
|
|
_this.changeFollowStateRequest()
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
} else {
|
|
|
this.getEntFollowState((res) => {
|
|
|
const { surplus, used } = res.info
|
|
@@ -1245,13 +1245,13 @@ var vNode = {
|
|
|
// 展开监控菜单 active:3
|
|
|
window.location.href = location.origin + '/jy_mobile/push/pushsetting?active=' + active
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
} else if(res.data.msg_open && res.data.status){
|
|
|
_this.$toast({
|
|
|
duration: 2000,
|
|
|
message: '监控成功,您可前往“工作台-商机-企业情报监控”查看'
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
} else {
|
|
|
return _this.showToast(res.error_msg || '监控失败')
|