mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-09-07 15:15:47 +08:00
Update field-edit.js
This commit is contained in:
parent
22e4af7a57
commit
3f47c0f9d8
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ const _handleSeries = function () {
|
|||
$(`<a class="dropdown-item">${$L('补充编号')}</a>`)
|
||||
.appendTo('.J_action .dropdown-menu')
|
||||
.on('click', () => {
|
||||
RbAlert.create($L('此操作将为空字段补充编号,空字段过多耗时会较长,请耐心等待。是否继续?'), {
|
||||
RbAlert.create($L('此操作将为空字段补充编号。是否继续?'), {
|
||||
onConfirm: function () {
|
||||
this.disabled(true)
|
||||
$.post(`/admin/field/series-reindex?entity=${wpc.entityName}&field=${wpc.fieldName}`, (res) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue