@@ -177,7 +177,7 @@ const reset = () => {
const handleQuery = () => {
queryParams.current = 1;
getList();
- getVideoInfoList();
+ // getVideoInfoList();
};
/** 重置按钮操作 */
@@ -221,7 +221,7 @@ const handleSave = () => {
onMounted(() => {
});
</script>