mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-03-13 15:44:26 +08:00
fix: copy-entity for free
This commit is contained in:
parent
7f214334c6
commit
c2029ef9b0
1 changed files with 0 additions and 2 deletions
|
@ -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('请选择从哪个实体复制'))
|
||||
|
||||
|
|
Loading…
Reference in a new issue