Commit 98dffe61 authored by danfuman's avatar danfuman

修改

parent 1b9ac7cd
...@@ -50,3 +50,12 @@ export function businessList(data) { ...@@ -50,3 +50,12 @@ export function businessList(data) {
data: data data: data
}) })
} }
// 集团招标
export function bidPage(data) {
return request({
url: '/combine/info/bidPage',
method: 'post',
data: data
})
}
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
import mixin from '../../party-a/mixins/mixin' import mixin from '../../party-a/mixins/mixin'
import CustomTimeSelect from '../../party-a/component/CustomTimeSelect' import CustomTimeSelect from '../../party-a/component/CustomTimeSelect'
import CustomMoneySelect from '../../party-a/component/CustomMoneySelect' import CustomMoneySelect from '../../party-a/component/CustomMoneySelect'
import {businessList} from '@/api/detail/groupAccount/groupAccount' import {businessList,bidPage} from '@/api/detail/groupAccount/groupAccount'
import dataRegion from '@/assets/json/dataRegion1' import dataRegion from '@/assets/json/dataRegion1'
import { getDictType } from '@/api/main' import { getDictType } from '@/api/main'
export default { export default {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment