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