[update] 修改bug87313和87311

This commit is contained in:
lideqin
2024-07-22 15:39:35 +08:00
parent 6ca71f4e6f
commit 29d39511ef
2 changed files with 56 additions and 11 deletions
@@ -188,7 +188,7 @@
ref="transferModal"
@listChange="transferOk"/>
<!-- 复制弹框 -->
<market-regulations-list-selection-modal ref="copyModal" type="radio" @change="copyOk"/>
<market-regulations-list-selection-modal ref="copyModal" type="radio" :disabledData="[model.id]" @change="copyOk"/>
<!-- 历史版本弹框 -->
<history-version-modal ref="historyVersionModal"/>
</internal-detail-page>