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

@@ -54,7 +54,7 @@ export default {
isBuildIn (row) {
return (row.buildIn && row.buildIn == 1) || (row.builtIn && row.builtIn == 1)
},
getTableData (callBack) {
getTableData () {
this.$set(this.searchLabel, 'pageNo', this.pageObj.pageNo)
this.$set(this.searchLabel, 'pageSize', this.pageObj.pageSize)
this.tools.loading = true
@@ -72,9 +72,6 @@ export default {
this.toTopBtnHandler(this.scrollbarWrap)
})
}
if (callBack) {
callBack(response.data)
}
}
})
},