|
@@ -242,6 +242,7 @@ export default {
|
|
|
term.value = "";
|
|
term.value = "";
|
|
|
if (res.data.status == 0) {
|
|
if (res.data.status == 0) {
|
|
|
tableData.value = res.data.result;
|
|
tableData.value = res.data.result;
|
|
|
|
|
+ total.value = res.data.total;
|
|
|
} else {
|
|
} else {
|
|
|
ElNotification({
|
|
ElNotification({
|
|
|
type: "error",
|
|
type: "error",
|