d613770c by lihua

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

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