Browse Source

视频标签功能

zhangyihao 5 tháng trước cách đây
mục cha
commit
165c149b68

+ 2 - 1
src/api/viedoTag/viedoManagement.ts

@@ -41,6 +41,7 @@ export function deleteVideoTag(dictCode: string) {
 export function getVideoIsNull(data) {
 export function getVideoIsNull(data) {
   return request({
   return request({
     url: '/api/videoResource/tag/isNull/',
     url: '/api/videoResource/tag/isNull/',
-    method: 'get'
+    method: 'get',
+    data: data
   });
   });
 }
 }