|
@@ -97,7 +97,6 @@ export default {
|
|
this.loading = true
|
|
this.loading = true
|
|
list(this.form).then(res => {
|
|
list(this.form).then(res => {
|
|
if (res.code === 0) {
|
|
if (res.code === 0) {
|
|
- console.log(res);
|
|
|
|
this.tableData = res.data.records
|
|
this.tableData = res.data.records
|
|
this.total = res.data.total
|
|
this.total = res.data.total
|
|
this.loading = false
|
|
this.loading = false
|