|
@@ -109,7 +109,6 @@ export default {
|
|
computed: {
|
|
computed: {
|
|
isType() {
|
|
isType() {
|
|
if (this.selectionArr.length > 0) {
|
|
if (this.selectionArr.length > 0) {
|
|
- console.log(this.selectionArr);
|
|
|
|
return this.selectionArr.some(
|
|
return this.selectionArr.some(
|
|
(item) => item.ActivityTypeName == "公司调研电话会" || item.ActivityTypeName == "专家电话会" || item.ActivityTypeName == "分析师电话会" || item.IsYidongConduct == 1
|
|
(item) => item.ActivityTypeName == "公司调研电话会" || item.ActivityTypeName == "专家电话会" || item.ActivityTypeName == "分析师电话会" || item.IsYidongConduct == 1
|
|
);
|
|
);
|