Преглед на файлове

【深爱】【 发布失败 == 改为===】

wuyx преди 1 месец
родител
ревизия
c90fe0cbe3
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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

@@ -62,7 +62,7 @@ export function analysisFormData (formData, isDetail) {
 export function getBillGroup (groupItem, groupIndex, isDetail) {
   let billGroup = new BillGroupModel()
   billGroup.group = groupItem.groupTitle
-  billGroup.isForm = (groupItem.isForm==undefined) ? true:groupItem.isForm;
+  billGroup.isForm = (groupItem.isForm === undefined) ? true:groupItem.isForm;
   billGroup.keyField = groupItem.keyField
   billGroup.billCaller = groupItem.groupCaller
   billGroup.groupIndex = groupIndex
@@ -91,7 +91,7 @@ export function getBillGroup (groupItem, groupIndex, isDetail) {
         //将多选类型识别为放大镜单选类型
         billModel.type = 'DF'
       }
-      //CBG 视同多选放大镜
+      // CBG 视同多选放大镜
       if (billModel.type === 'MF' && isDetail) {
         if(isDetail){
           billModel.type = 'DF'