no message

This commit is contained in:
kuaifan 2024-03-14 08:01:28 +09:00
parent cd011a172f
commit 65b02001b2

View File

@ -533,6 +533,13 @@ export default {
this.dialogSearchKey = '';
return;
}
if (this.tabActive === 'dialog') {
// todo
if (/^info\.\d+$/.test(val)) {
const dialogItem = this.dialogList.find(item => item.id == val.replace('info.', ''));
console.log(dialogItem);
}
}
//
this.dialogSearchList = [];
if (val == '') {