From ef817384bbf63881347a0ad92f91fe9f0858e6a8 Mon Sep 17 00:00:00 2001
From: Kubbo <390378816@qq.com>
Date: Sat, 29 Jun 2024 13:49:52 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=82=B9=E5=8D=95=E5=93=81=20?=
=?UTF-8?q?=E8=AF=BE=E5=8C=BA=E8=BF=90=E8=90=A5=E7=9B=91=E6=8E=A7=20?=
=?UTF-8?q?=E9=97=A8=E5=BA=97=E8=BF=90=E8=90=A5=E7=9B=91=E6=8E=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/AppGroupMonitorTable.vue | 8 +-
src/views/AppKeyGoods.vue | 8 +-
src/views/AppStoreMonitor.vue | 119 +++++++++++++++++++++++++++++
3 files changed, 131 insertions(+), 4 deletions(-)
create mode 100644 src/views/AppStoreMonitor.vue
diff --git a/src/views/AppGroupMonitorTable.vue b/src/views/AppGroupMonitorTable.vue
index c2918e1..ee04f05 100644
--- a/src/views/AppGroupMonitorTable.vue
+++ b/src/views/AppGroupMonitorTable.vue
@@ -35,8 +35,12 @@ export default {
})
}
},
- created() {
- this.getTableData()
+ watch:{
+ search: {
+ immediate:true,deep:true,handler(){
+ this.getTableData()
+ }
+ }
}
}
diff --git a/src/views/AppKeyGoods.vue b/src/views/AppKeyGoods.vue
index 342c16a..8ec607b 100644
--- a/src/views/AppKeyGoods.vue
+++ b/src/views/AppKeyGoods.vue
@@ -29,8 +29,12 @@ export default {
})
}
},
- created() {
- this.getTableData()
+ watch:{
+ search: {
+ immediate:true,deep:true,handler(){
+ this.getTableData()
+ }
+ }
}
}
diff --git a/src/views/AppStoreMonitor.vue b/src/views/AppStoreMonitor.vue
new file mode 100644
index 0000000..a4e6ebf
--- /dev/null
+++ b/src/views/AppStoreMonitor.vue
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+