Browse Source

编辑

master
wangyufei 4 weeks ago
parent
commit
68a42948bc
  1. 1
      src/views/battery/monomer/index.vue

1
src/views/battery/monomer/index.vue

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

Loading…
Cancel
Save