fix 81457
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user