|
@@ -289,6 +289,7 @@ export default {
|
|
try {
|
|
try {
|
|
const res = await getDoubleElevenList({
|
|
const res = await getDoubleElevenList({
|
|
organId: this.searchForm.organId,
|
|
organId: this.searchForm.organId,
|
|
|
|
+ ...this.searchList
|
|
});
|
|
});
|
|
// ...this.searchList,
|
|
// ...this.searchList,
|
|
this.tableList = res.data;
|
|
this.tableList = res.data;
|