CN-119 feat: 完成interface页面
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user