产品上架冗余领域和所属科室
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -819,6 +819,8 @@ const submitForm = (btn, formEl, tosub = false) => { | ... | @@ -819,6 +819,8 @@ const submitForm = (btn, formEl, tosub = false) => { |
| 819 | delete params.productDetailInfo; | 819 | delete params.productDetailInfo; |
| 820 | params.foundMode = currProductInfo.value?.foundMode || flowDetail.value.foundMode; | 820 | params.foundMode = currProductInfo.value?.foundMode || flowDetail.value.foundMode; |
| 821 | params.productCode = currProductInfo.value?.productCode || flowDetail.value.productCode; | 821 | params.productCode = currProductInfo.value?.productCode || flowDetail.value.productCode; |
| 822 | params.domain = currProductInfo.value?.domain; | ||
| 823 | params.medDepartmentCode = currProductInfo.value?.medDepartmentCode; | ||
| 822 | flowDetailLoading.value = true; | 824 | flowDetailLoading.value = true; |
| 823 | if (!route.query.exchangeGuid) { | 825 | if (!route.query.exchangeGuid) { |
| 824 | if (detailType == 'add') { | 826 | if (detailType == 'add') { | ... | ... |
-
Please register or sign in to post a comment