修改新增工作记录默认分类

This commit is contained in:
hdm 2022-08-01 16:36:38 +08:00
parent 3a7f3bd3a5
commit 8e5d185f09
2 changed files with 1 additions and 2 deletions

View File

@ -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"
},

View File

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