fix 81457

This commit is contained in:
赵霄
2024-01-29 16:57:04 +08:00
parent ac7e5f58f8
commit 61da36f9b4
@@ -28,6 +28,7 @@
<template v-slot:salvageListSource="{text, record}">
<a-select :placeholder="$t('pleaseSelect') + $t('workCenter.projectComplianceEvaluationProcess.salvageListSource')"
v-model="record.decompositionOrderSource"
:getPopupContainer="triggerNode=> triggerNode.parentNode"
style="width: 100%"
@change="value => handleSourceChange(value, record)">
<a-select-option v-for="item in record.decompositionOrderSourceVOList"