@ -322,6 +322,7 @@ const butttondata = (row,$index) => {
// 列表-操作按钮事件
const buttonTableClick = async (val, row) => {
if (val == 'edit') { // 编辑
isStatic.value = row.type == 'static'
openForm('update', row)
} else if (val == 'delete') { // 删除
handleDelete(row.id)