From c2dd0d1203bd4e37cbd896bde4b15f85fcce8b78 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 08 Oct 2022 17:26:43 +0800
Subject: [PATCH] 更换为接口查询影像数据

---
 src/components/date-select/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/components/date-select/index.vue b/src/components/date-select/index.vue
index 4d58db9..3018cf7 100644
--- a/src/components/date-select/index.vue
+++ b/src/components/date-select/index.vue
@@ -57,6 +57,8 @@
                     this.$parent.getCltjTime(currentTime)
                 } else if (this.type == 'symSelect') {
                     this.$parent.getSymTime(currentTime)
+                } else if (this.type == 'ncpjgSelect') {
+                    this.$parent.productsSupervise(currentTime)
                 }
             },
             selectChange (e) {
@@ -71,6 +73,8 @@
                     this.$parent.getCltjTime(currentTime)
                 } else if (this.type == 'symSelect') {
                     this.$parent.getSymTime(currentTime)
+                } else if (this.type == 'ncpjgSelect') {
+                    this.$parent.productsSupervise(currentTime)
                 }
             },
             gettime (data) {

--
Gitblit v1.9.3