feat 排序
This commit is contained in:
@@ -77,10 +77,10 @@ const dialog = reactive<DialogOption>({
|
||||
const handleSee = async (row: any) => {
|
||||
console.log('查看画面', row);
|
||||
// 在这里可以添加打开画面的逻辑
|
||||
if (!row || !row.videoUrl) {
|
||||
proxy?.$modal.msgError('视频地址不存在');
|
||||
return;
|
||||
}
|
||||
// if (!row || !row.videoUrl) {
|
||||
// proxy?.$modal.msgError('视频地址不存在');
|
||||
// return;
|
||||
// }
|
||||
await videosStore.getVideos(row.id);
|
||||
monitorVideoUrl.value = videosStore.hisUrl;
|
||||
dialog.visible = true;
|
||||
|
||||
Reference in New Issue
Block a user