''
liukangdong
2024-07-04 5a85dcab83e969d6b21c599b512a15117e9b8651
admin/src/views/meeting/devices.vue
@@ -94,8 +94,8 @@
import TableLayout from '@/layouts/TableLayout'
import Pagination from '@/components/common/Pagination'
import OperaDevicesWindow from '@/views/meeting/components/OperaDevicesWindow'
import { findList } from '@/views/meeting/api/rooms'
import { updateById } from '@/views/meeting/api/devices'
import { findList } from '@/api/meeting/rooms'
import { updateById } from '@/api/meeting/devices'
export default {
  name: 'Devices',
  extends: BaseTable,
@@ -127,7 +127,7 @@
  created () {
    this.config({
      module: '设备管理信息表',
      api: '@/views/meeting/api/devices',
      api: '/meeting/devices',
      'field.id': 'id',
      'field.main': 'id'
    })
@@ -144,7 +144,6 @@
          this.$message.success('修改成功')
        })
        .catch(e => {
          this.$message.error(e)
        })
        .finally(() => {
          this.handlePageChange()