|
@@ -132,7 +132,7 @@ const searchStudio = async () => {
|
|
|
const search = async (e: { skip: number; limit: number }) => {
|
|
|
if (userInfo && userInfo.value.user_id && userInfo.value.status == '1') {
|
|
|
const { skip, limit } = e;
|
|
|
- let info = { limit: limit, skip: skip, ...searchForm.value, user_id: userInfo.value.user_id };
|
|
|
+ let info = { limit: limit, skip: skip, ...searchForm.value };
|
|
|
const res: IQueryResult = await scientistsettle.query(info);
|
|
|
tableData.value = res.data as any[];
|
|
|
total.value = res.total;
|