fix 81457
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
<template v-slot:salvageListSource="{text, record}">
|
<template v-slot:salvageListSource="{text, record}">
|
||||||
<a-select :placeholder="$t('pleaseSelect') + $t('workCenter.projectComplianceEvaluationProcess.salvageListSource')"
|
<a-select :placeholder="$t('pleaseSelect') + $t('workCenter.projectComplianceEvaluationProcess.salvageListSource')"
|
||||||
v-model="record.decompositionOrderSource"
|
v-model="record.decompositionOrderSource"
|
||||||
|
:getPopupContainer="triggerNode=> triggerNode.parentNode"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
@change="value => handleSourceChange(value, record)">
|
@change="value => handleSourceChange(value, record)">
|
||||||
<a-select-option v-for="item in record.decompositionOrderSourceVOList"
|
<a-select-option v-for="item in record.decompositionOrderSourceVOList"
|
||||||
|
|||||||
Reference in New Issue
Block a user