d5a8c78f by lihua

编辑时传参foundMode

1 parent f15140d1
...@@ -806,8 +806,8 @@ const submitForm = (btn, formEl, tosub = false) => { ...@@ -806,8 +806,8 @@ const submitForm = (btn, formEl, tosub = false) => {
806 params.timeAreaEnd = params.dateRange ? params.dateRange[1] : ''; 806 params.timeAreaEnd = params.dateRange ? params.dateRange[1] : '';
807 // 删除dateRange字段 807 // 删除dateRange字段
808 delete params.dateRange; 808 delete params.dateRange;
809 params.foundMode = currProductInfo.value?.foundMode; 809 params.foundMode = currProductInfo.value?.foundMode || flowDetail.value.foundMode;
810 params.productCode = currProductInfo.value?.productCode; 810 params.productCode = currProductInfo.value?.productCode || flowDetail.value.productCode;
811 flowDetailLoading.value = true; 811 flowDetailLoading.value = true;
812 if (!route.query.exchangeGuid) { 812 if (!route.query.exchangeGuid) {
813 if (detailType == 'add') { 813 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!