Merge branch 'master' into develop

This commit is contained in:
RB 2022-04-06 21:15:22 +08:00
commit 588baa9861

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('请选择从哪个实体复制'))