| | |
| | | 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: { |
| | |
| | | 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() { |
| | |
| | | value: '', |
| | | placeholder: '请输入违规类型', |
| | | prop: 'typeId', |
| | | type: 'input' |
| | | type: 'select', |
| | | options: [] |
| | | }, |
| | | { |
| | | id: 4, |
| | |
| | | value: '', |
| | | placeholder: '请输入事件等级', |
| | | prop: 'gradeId', |
| | | type: 'input' |
| | | type: 'select', |
| | | options: [] |
| | | }, |
| | | ], |
| | | form: { |