From d021781d75b9e5eec6850888d5f1ac80fe881d1d Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Tue, 28 Jun 2022 16:05:19 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E5=8A=9E=E4=BA=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 .../AppMassNotification/components/Add.vue    | 21 +------------------
 .../apps/AppIntegralAudit/components/List.vue |  1 +
 2 files changed, 2 insertions(+), 20 deletions(-)
diff --git a/packages/wxwork/AppMassNotification/components/Add.vue b/packages/wxwork/AppMassNotification/components/Add.vue
index cc3c8add..d63b2251 100644
--- a/packages/wxwork/AppMassNotification/components/Add.vue
+++ b/packages/wxwork/AppMassNotification/components/Add.vue
@@ -81,23 +81,6 @@
               
             
 
-            
             
               
                 
@@ -210,8 +193,6 @@ export default {
       this.instance.post(`/app/pushmessage/detail?id=${this.$route.query.id}`).then(res => {
         if (res?.data) {
           this.data = res.data
-          // this.images = [{url: res.data.fileList.filter(e => e.contentType == "image").map().accessUrl}]
-          // this.fileDownLoad = [{url: res.data.fileList.filter(e => e.contentType == "file")[0]?.accessUrl}]
           this.images = res.data.fileList.filter(e => e.contentType == "image")?.map(i => {
             return {
               url: i.accessUrl
@@ -274,7 +255,7 @@ export default {
               }
             })
           } 
-          
+
           this.form.fileList = [...contentList, ...this.imgs, ...this.videos, ...this.files]
 
           this.instance.post(`/app/pushmessage/addOrUpdate`, {
diff --git a/project/sanjianxi/apps/AppIntegralAudit/components/List.vue b/project/sanjianxi/apps/AppIntegralAudit/components/List.vue
index eba582eb..59f202a1 100644
--- a/project/sanjianxi/apps/AppIntegralAudit/components/List.vue
+++ b/project/sanjianxi/apps/AppIntegralAudit/components/List.vue
@@ -44,6 +44,7 @@
               size="small"
               unlink-panels
               placeholder="选择结束日期"
+              :picker-options="{start: search.createTimeStart, minTime: search.createTimeStart}"
               @change="search.current = 1, getList()" />