4b5996d3 by lihua

产品上架冗余领域和所属科室

1 parent 0e512354
...@@ -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') {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!