Browse Source

修复生产bug

master
ljlong_2630 2 months ago
parent
commit
d608d4342f
  1. 2
      src/views/eam/device/devicemaintenancejob/index.vue

2
src/views/eam/device/devicemaintenancejob/index.vue

@ -734,7 +734,7 @@ const buttonTableClick = async (val, row) => {
const openForm = async (type: string, row?: any) => {
if(type == 'update'){
row.classes = String(row.classes)
row.classes = String(row.classes?row.classes:'')
}
tableData.value = [] //
await DeviceAccountsApi.getDeviceAccountsNoPage({}).then(res => {

Loading…
Cancel
Save