This commit is contained in:
guanj
2026-05-26 16:23:18 +08:00
parent 8b80e0678f
commit faac12615d
20 changed files with 941 additions and 140 deletions

View File

@@ -722,7 +722,7 @@ const tableStore = new TableStore({
},
{
name: 'edit',
title: '重',
title: '重',
type: 'primary',
icon: 'el-icon-EditPen',
render: 'basicButton',
@@ -731,7 +731,7 @@ const tableStore = new TableStore({
resetFactory({
nDid: row.ndid
}).then(res => {
ElMessage.success('重成功!')
ElMessage.success('重成功!')
tableStore.onTableAction('search', {})
})
}