| | |
| | | import * as DaPoint from '@/api/data/da/point' |
| | | import * as TagApi from '@/api/data/channel/tag' |
| | | import {DICT_TYPE, getDictOptions, getIntDictOptions} from "@/utils/dict"; |
| | | import {getPointSimpleList} from "@/api/data/da/point"; |
| | | |
| | | defineOptions({name: 'DataDaPointForm'}) |
| | | |
| | |
| | | } |
| | | |
| | | const getPointList = async () => { |
| | | pointList.value = await DaPoint.getPointList(queryParams) |
| | | pointList.value = await DaPoint.getPointSimpleList(queryParams) |
| | | } |
| | | |
| | | const getPointList2 = async () => { |
| | | pointList2.value = await DaPoint.getPointList(queryParams2) |
| | | pointList2.value = await DaPoint.getPointSimpleList(queryParams2) |
| | | } |
| | | |
| | | const getInfo = async (id) => { |