首页接口对接
This commit is contained in:
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user