Browse Source

试试富文本

bding 1 năm trước cách đây
mục cha
commit
ebbf19c9bc
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/views/rai_manage/components/apply/applyDialog.vue

+ 0 - 1
src/views/rai_manage/components/apply/applyDialog.vue

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