Browse Source

【深爱】【CBG 查看数据处理】

wuyx 1 month ago
parent
commit
243a00875d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      uas-office-web/uas-mobile/src/utils/common/form.request.js

+ 2 - 2
uas-office-web/uas-mobile/src/utils/common/form.request.js

@@ -113,9 +113,9 @@ export function getBillGroup (groupItem, groupIndex, isDetail) {
         })
         })
       }
       }
       //CBG 数据处理
       //CBG 数据处理
-      if (!isObjEmpty(billModel.value) && billModel.value.indexOf(";")>=0
-          &&billModel.sourceType === 'CBG'&&billModel.logicType
+      if (billModel.value&&billModel.sourceType === 'CBG'&&billModel.logicType
       ){
       ){
+        // && billModel.value.indexOf(";")>=0
         console.log(billModel.value,billModel.logicType);
         console.log(billModel.value,billModel.logicType);
         /*var logicTypeList = billModel.logicType.split(";");
         /*var logicTypeList = billModel.logicType.split(";");
         var cbgVList= billModel.value.split(";");
         var cbgVList= billModel.value.split(";");