Explorar el Código

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

This reverts commit 5fe9cea55d7df39e16747b238d4fa00e47405d32.
peter hace 3 meses
padre
commit
38934c7ddd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/indent-manage/indent/components/calcPrice/index.vue

+ 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
   }