|
@@ -336,7 +336,7 @@ import {
|
|
deleteTrafficPool,
|
|
deleteTrafficPool,
|
|
addTrafficPool,
|
|
addTrafficPool,
|
|
updateTrafficPool,
|
|
updateTrafficPool,
|
|
- trafficPoolList,
|
|
|
|
|
|
+ lotCatdList,
|
|
updateCardList
|
|
updateCardList
|
|
} from "@/api/path/flowPool.api"
|
|
} from "@/api/path/flowPool.api"
|
|
import {tariffList} from "@/api/path/tariffManagement.api"
|
|
import {tariffList} from "@/api/path/tariffManagement.api"
|
|
@@ -372,7 +372,7 @@ const intData = async () => {
|
|
trafficPoolType: '2',
|
|
trafficPoolType: '2',
|
|
type:2
|
|
type:2
|
|
}
|
|
}
|
|
- const {data} = await trafficPoolList(param)
|
|
|
|
|
|
+ const {data} = await lotCatdList(param)
|
|
dataSource.value = (data.records || []).map((item, index) => {
|
|
dataSource.value = (data.records || []).map((item, index) => {
|
|
// const trafficPoolType = typeList.value.find(val => val.value == item.trafficPoolType)?.label
|
|
// const trafficPoolType = typeList.value.find(val => val.value == item.trafficPoolType)?.label
|
|
const trafficPoolStatus = trafficList.value.find(val => val.value == item.status)?.label
|
|
const trafficPoolStatus = trafficList.value.find(val => val.value == item.status)?.label
|
|
@@ -626,6 +626,7 @@ const handleDictValue = async () => {
|
|
sourceList.value = await Getdictionary('source')
|
|
sourceList.value = await Getdictionary('source')
|
|
trafficList.value = await Getdictionary('trafficPacketStatus')
|
|
trafficList.value = await Getdictionary('trafficPacketStatus')
|
|
typeList.value = await Getdictionary('trafficPoolType')
|
|
typeList.value = await Getdictionary('trafficPoolType')
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
watch(() => formState.value.simTariffId, val => {
|
|
watch(() => formState.value.simTariffId, val => {
|