Explorar o código

Revert "change: 保存计价时把 总重量数据 一并传递."

This reverts commit 5fe9cea55d7df39e16747b238d4fa00e47405d32.
peter hai 3 meses
pai
achega
38934c7ddd

+ 1 - 1
src/pages/indent-manage/indent/components/calcPrice/index.vue

@@ -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, { computedTotalWeight, computedTotalWeightPlus }))
+    saveCalc(Object.assign(p, exportForm.value))
   } else if (type === 2) {
     componentExportFormVisible.value = true
   }