Pārlūkot izejas kodu

仅保存本表修改

duy 7 mēneši atpakaļ
vecāks
revīzija
667961f1a2
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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)) {