fix: copy-entity for free

This commit is contained in:
RB 2022-04-06 12:38:51 +08:00
parent 7f214334c6
commit c2029ef9b0

View file

@ -30,8 +30,6 @@ $(document).ready(function () {
})
const $copy = $('.btn-primary.copy').on('click', () => {
if (rb.commercial < 1) return
const sourceEntity = $val('#copySourceEntity')
if (!sourceEntity) RbHighbar.create($L('请选择从哪个实体复制'))