feat 弹窗功能修改
This commit is contained in:
@@ -271,7 +271,7 @@ watch(
|
||||
{ deep: true }
|
||||
);
|
||||
// 告警数据变化时自动弹出弹窗
|
||||
let noticeFirstLoad = true;
|
||||
let noticeFirstLoad = true; //解决初始化时弹出弹窗问题
|
||||
watch(
|
||||
() => warningListStore.warningListTotal,
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user