feat:project页面重构

This commit is contained in:
zhangyu
2021-04-13 10:03:49 +08:00
parent 01aaf721ba
commit 281d7ee98c
14 changed files with 363 additions and 243 deletions

View File

@@ -322,7 +322,7 @@ export default {
}
},
getProjectList () {
this.$get('project', { pageSize: -1 }).then(response => {
this.$get('monitor/project', { pageSize: -1 }).then(response => {
if (response.code == 200) {
this.projectData = response.data.list
let flag = false