fangyuan
2023-01-05 f243edc8cea443430a6589bd236bcf3a40736894
违规检索高级查询修改
1个文件已修改
15 ■■■■ 已修改文件
src/views/intelligentPatrol/illegalSearch/index.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intelligentPatrol/illegalSearch/index.vue
@@ -107,6 +107,8 @@
import basecase from "@/api/operate/basecase";
import department from "@/api/system/department";
import { getVideoPoint } from "@/api/operate/storeManagement";
import baseInfo from "@/api/baseInfo";
import {getTypeList} from "@/utils/helper"
export default {
  components: {
@@ -128,6 +130,13 @@
        this.headerList[4].options = records;
      })
      .catch(err => this.$message.error(err))
    baseInfo.getCategoryList().then((result)=>{
        this.headerList[2].options = result;
    })
    getTypeList("1","02").then((result)=>{
        this.headerList[8].options = result;
    })
  },
  data() {
@@ -162,7 +171,8 @@
          value: '',
          placeholder: '请输入违规类型',
          prop: 'typeId',
          type: 'input'
          type: 'select',
          options: []
        },
        {
          id: 4,
@@ -211,7 +221,8 @@
          value: '',
          placeholder: '请输入事件等级',
          prop: 'gradeId',
          type: 'input'
          type: 'select',
          options: []
        },
      ],
      form: {