d25dfa5b by lihua

合约策略只有协商时再请求

1 parent 526dc39c
......@@ -1060,7 +1060,7 @@ onBeforeMount(() => {
extendTableInfo.value.data = detailInfo.value.contractExpansions || [];
productTableInfo.value.data = detailInfo.value.contractSubjects || [];
let productGuid = productTableInfo.value.data?.[0]?.dataProductGuid;
if (productGuid) {
if (productGuid && detailType.value == 'consult') {
getDamFieldsByProductGuid(productGuid).then((res: any) => {
if (res?.code == proxy.$passCode) {
productFieldList.value = res.data || initProductFieldValue.value;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!