From 8e5d185f096699da7c2dccbd6ac2c84ad2be74b4 Mon Sep 17 00:00:00 2001 From: hdm Date: Mon, 1 Aug 2022 16:36:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E5=A2=9E=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E8=AE=B0=E5=BD=95=E9=BB=98=E8=AE=A4=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 - public/static/assets/gougu/module/oaSchedule.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 70b97dd..6530d30 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,6 @@ "topthink/think-view": "^1.0", "topthink/think-captcha": "^3.0", "phpmailer/phpmailer": "^6.6", - "swiftmailer/swiftmailer:": "^6.0", "firebase/php-jwt": "6.1.2", "overtrue/pinyin": "^4.0" }, diff --git a/public/static/assets/gougu/module/oaSchedule.js b/public/static/assets/gougu/module/oaSchedule.js index 7f11afb..5fa3cd4 100644 --- a/public/static/assets/gougu/module/oaSchedule.js +++ b/public/static/assets/gougu/module/oaSchedule.js @@ -128,7 +128,7 @@ layui.define(['tool'], function (exports) { } else { detail['id'] = schedule['id']; detail['tid'] = tid; - detail['cid'] = 0; + detail['cid'] = 1; detail['title'] = ''; detail['labor_type'] = 0; detail['start_time_a'] = schedule['start_time_a']?schedule['start_time_a']:'';