f6a44fcb by lihua

fix

1 parent 7b7d8656
...@@ -341,6 +341,11 @@ watch(() => releaseYear.value, () => { ...@@ -341,6 +341,11 @@ watch(() => releaseYear.value, () => {
341 getTableData(); 341 getTableData();
342 }) 342 })
343 343
344 watch(() => subjectDomainFirst.value, () => {
345 clearPageInfo()
346 getTableData();
347 })
348
344 watch(() => selectDataInfo.value.damGuid, (val) => { 349 watch(() => selectDataInfo.value.damGuid, (val) => {
345 if (!val) { 350 if (!val) {
346 complianceListInfo.value = []; 351 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!