|
@@ -1615,7 +1615,7 @@ let checkForm = (type = 1) => {
|
|
|
if (isExport.value === 1) p.is_export = 1 // 后端用来区分是否是点了导出
|
|
|
|
|
|
if (type === 1) {
|
|
|
- saveCalc(Object.assign(p, exportForm.value))
|
|
|
+ saveCalc(Object.assign(p, exportForm.value, { computedTotalWeight, computedTotalWeightPlus }))
|
|
|
} else if (type === 2) {
|
|
|
componentExportFormVisible.value = true
|
|
|
}
|