소스 검색

仅保存本表修改

duy 7 달 전
부모
커밋
667961f1a2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/tentative/detect/components/ListItem.vue

+ 1 - 0
src/views/tentative/detect/components/ListItem.vue

@@ -783,6 +783,7 @@ const saveExcelBussData = async (item, index, showTip = true) => {
     formData.value.forEach((ele)=>{
         if (ele.pkeyId === item.pKeyId) {
             saveItem = ele
+            saveItem.type = item.type
         }
     })
     if (!getObjVal(formRegExpJson.value)) {