CN-119 feat: 完成interface页面

This commit is contained in:
chenjinsong
2021-09-02 17:12:27 +08:00
parent 5973ca1b6e
commit cbcf111ccf
20 changed files with 496 additions and 130 deletions

View File

@@ -66,11 +66,9 @@ export default {
if (params) {
this.searchLabel = { ...this.searchLabel, ...params }
}
// console.log(...this.pageObj)
this.searchLabel = { ...this.searchLabel, ...this.pageObj }
this.tools.loading = true
// console.log(typeof this.searchLabel)
console.log(delete this.searchLabel.total)
delete this.searchLabel.total
get(this.url, this.searchLabel).then(response => {
this.tools.loading = false
if (response.code === 200) {