mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
no message
This commit is contained in:
parent
cd011a172f
commit
65b02001b2
@ -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 == '') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user