Home
last modified time | relevance | path

Searched refs:batchDeleteVideo (Results 1 – 2 of 2) sorted by relevance

/test/xts/tools/sample/ServerSampleD/vue/src/views/oh-sample/video/
Dindex.vue43 import { list, batchDeleteVideo } from './video.api';
90 await batchDeleteVideo({ ids: selectedRowKeys.value }, () => {
Dvideo.api.ts44 export const batchDeleteVideo = (params, handleSuccess): void => { constant