Commit 94e93f75 authored by chenqikuai's avatar chenqikuai

fix

parent 9c1a4b55
...@@ -163,7 +163,7 @@ const fetchTableData = async ({ ...@@ -163,7 +163,7 @@ const fetchTableData = async ({
statuslist.push(currentStatus); statuslist.push(currentStatus);
} }
const isBA = searchValue.value.match(/^BA\d+$/); const isBA = searchValue.value.match(/^BA\d*$/);
const res = await getCopyRights({ const res = await getCopyRights({
record_work_name: isBA ? "" : searchValue.value, record_work_name: isBA ? "" : searchValue.value,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment