1
@@ -17,7 +17,9 @@
border-radius: 10px !important;
}
-
+:global {
+ @import url('element-plus/dist/index.css');
+}
:root {
--theme-color: #2dc7aa;
@@ -64,7 +64,7 @@ export default defineComponent({
const getList = (val: any) => {
- state.search = { ...val,idAndName:val.search }
+ state.search = { ...val,idAndName:val.search,subjects:val.subject }
state.pageInfo.page = 1
getAlbumList()