|
@@ -98,6 +98,7 @@ const getProtocolData = () => {
|
|
const { records, total } = await getProtocolList({
|
|
const { records, total } = await getProtocolList({
|
|
...pageParams.value,
|
|
...pageParams.value,
|
|
searchContent: searchContent.value,
|
|
searchContent: searchContent.value,
|
|
|
|
+ isDraft: 0,
|
|
});
|
|
});
|
|
|
|
|
|
protocolList.value = records;
|
|
protocolList.value = records;
|