|
@@ -528,7 +528,7 @@ export default {
|
|
try {
|
|
try {
|
|
const res = await getQuery({
|
|
const res = await getQuery({
|
|
id: 68,
|
|
id: 68,
|
|
- dataContent: [...arr, ...arr, ...arr],
|
|
|
|
|
|
+ dataContent: [...arr],
|
|
});
|
|
});
|
|
if (res.code == 0) {
|
|
if (res.code == 0) {
|
|
this.initTableData(res.returnData);
|
|
this.initTableData(res.returnData);
|