|
@@ -141,7 +141,7 @@ export default {
|
|
this.total = res.data.count;
|
|
this.total = res.data.count;
|
|
this.tableData = res.data.data;
|
|
this.tableData = res.data.data;
|
|
} else {
|
|
} else {
|
|
- this.$message.error(e);
|
|
|
|
|
|
+ this.$message.error(res.message);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|