991ac757 by lihua

重新提交时传foundMode

1 parent 99fa49d2
...@@ -804,8 +804,8 @@ const submitForm = (btn, formEl, tosub = false) => { ...@@ -804,8 +804,8 @@ const submitForm = (btn, formEl, tosub = false) => {
804 params.timeAreaEnd = params.dateRange ? params.dateRange[1] : ''; 804 params.timeAreaEnd = params.dateRange ? params.dateRange[1] : '';
805 // 删除dateRange字段 805 // 删除dateRange字段
806 delete params.dateRange; 806 delete params.dateRange;
807 params.foundMode = currProductInfo.value?.foundMode; 807 params.foundMode = currProductInfo.value?.foundMode || flowDetail.value.foundMode;
808 params.productCode = currProductInfo.value?.productCode; 808 params.productCode = currProductInfo.value?.productCode || flowDetail.value.productCode;
809 flowDetailLoading.value = true; 809 flowDetailLoading.value = true;
810 if (!route.query.exchangeGuid) { 810 if (!route.query.exchangeGuid) {
811 if (detailType == 'add') { 811 if (detailType == 'add') {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!