瀏覽代碼

仅保存本表修改

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)) {