f6a44fcb by lihua

fix

1 parent 7b7d8656
......@@ -341,6 +341,11 @@ watch(() => releaseYear.value, () => {
getTableData();
})
watch(() => subjectDomainFirst.value, () => {
clearPageInfo()
getTableData();
})
watch(() => selectDataInfo.value.damGuid, (val) => {
if (!val) {
complianceListInfo.value = [];
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!