src/views/securityEquipment/gun.vue
@@ -1,6 +1,11 @@
<template>
  <basic-container>
    <div class="equipments">
    <div
      :class="[
        'equipments',
        $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '',
      ]"
    >
      <avue-crud
        :option="option"
        :data="data"
@@ -94,12 +99,13 @@
          },
        ],
      },
      deptIds:"",
      deptIds: "",
      selectionList: [],
      page: {
        pageSize: 10,
        currentPage: 1,
        total: 0,
        ...this.$store.state.control.changePageSize,
      },
      query: {},
      data: [],
@@ -116,6 +122,7 @@
        selection: true,
        labelWidth: 110,
        column: column,
        ...this.$store.state.control.clearOtherBut,
      },
      useifid: 266,
    };