Update field-edit.js

This commit is contained in:
RB 2025-08-21 16:23:30 +08:00
parent 22e4af7a57
commit 3f47c0f9d8

View file

@ -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) => {