d214e730 by lihua

编辑时传参foundMode

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