提交对接的接口
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
import SubtitleComponent from '@/components/SubtItle/index.vue'
|
||||
import { reactive, ref } from 'vue'
|
||||
import useMapStore from '@/store/modules/map'
|
||||
import { videoIdentificationFindByPage } from '@/api/alarm'
|
||||
import { videoIdentificationPage } from '@/api/identification.js'
|
||||
|
||||
const mapStore = useMapStore()
|
||||
const tabs = [
|
||||
@@ -76,7 +76,7 @@ const initData = () => {
|
||||
pageNo: 1,
|
||||
pageSize: 20
|
||||
}
|
||||
videoIdentificationFindByPage(params).then(res => {
|
||||
videoIdentificationPage(params).then(res => {
|
||||
if(res.success) {
|
||||
data.value = res.result.records
|
||||
}else {
|
||||
|
||||
Reference in New Issue
Block a user