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