首页接口对接

This commit is contained in:
仲么了
2023-04-07 08:50:21 +08:00
parent 06d06df88b
commit 99c1f1c0bc
4 changed files with 36 additions and 12 deletions

View File

@@ -178,7 +178,7 @@ export default {
console.log(this.store);
}
this.getProjectList()
this.queryDictData()
// this.queryDictData()
},
getProjectList() {
getProjectList({
@@ -198,7 +198,7 @@ export default {
})
},
queryDictData() {
queryDictData('projectType').then(res => {
queryDictData('项目类型').then(res => {
this.projectType = [{
text: '全部类型',
value: ''