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']:'';