6.22
This commit is contained in:
@@ -68,6 +68,10 @@ export default {
|
||||
launch_id: launch_id
|
||||
});
|
||||
},
|
||||
// 标签的列表
|
||||
labelList({}) {
|
||||
return vm.$u.post('StartUp/labelList', {});
|
||||
},
|
||||
// 获取地区列表
|
||||
getAreaList({ pid }) {
|
||||
return vm.$u.post('Area/areaList', {
|
||||
|
||||
Reference in New Issue
Block a user