From 990cbdbe0fd628361bfdf4f9a2bb64db5d8b6fe5 Mon Sep 17 00:00:00 2001
From: Oliver <1070107765@qq.com>
Date: 星期二, 13 十二月 2022 11:29:04 +0800
Subject: [PATCH] 预警研判添加定时器刷新数据
---
src/views/systemSetting/platform/otherInterface/components/createInterface/index.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/systemSetting/platform/otherInterface/components/createInterface/index.vue b/src/views/systemSetting/platform/otherInterface/components/createInterface/index.vue
index 1be774b..095ba36 100644
--- a/src/views/systemSetting/platform/otherInterface/components/createInterface/index.vue
+++ b/src/views/systemSetting/platform/otherInterface/components/createInterface/index.vue
@@ -125,7 +125,6 @@
description:myInterface.description,
applicationName:myInterface.applicationName
}).then(res => {
- console.log(res);
// if (res.code === 200) {
// this.refresh();
// }
--
Gitblit v1.8.0