修改新增工作记录默认分类
This commit is contained in:
parent
3a7f3bd3a5
commit
8e5d185f09
@ -27,7 +27,6 @@
|
|||||||
"topthink/think-view": "^1.0",
|
"topthink/think-view": "^1.0",
|
||||||
"topthink/think-captcha": "^3.0",
|
"topthink/think-captcha": "^3.0",
|
||||||
"phpmailer/phpmailer": "^6.6",
|
"phpmailer/phpmailer": "^6.6",
|
||||||
"swiftmailer/swiftmailer:": "^6.0",
|
|
||||||
"firebase/php-jwt": "6.1.2",
|
"firebase/php-jwt": "6.1.2",
|
||||||
"overtrue/pinyin": "^4.0"
|
"overtrue/pinyin": "^4.0"
|
||||||
},
|
},
|
||||||
|
@ -128,7 +128,7 @@ layui.define(['tool'], function (exports) {
|
|||||||
} else {
|
} else {
|
||||||
detail['id'] = schedule['id'];
|
detail['id'] = schedule['id'];
|
||||||
detail['tid'] = tid;
|
detail['tid'] = tid;
|
||||||
detail['cid'] = 0;
|
detail['cid'] = 1;
|
||||||
detail['title'] = '';
|
detail['title'] = '';
|
||||||
detail['labor_type'] = 0;
|
detail['labor_type'] = 0;
|
||||||
detail['start_time_a'] = schedule['start_time_a']?schedule['start_time_a']:'';
|
detail['start_time_a'] = schedule['start_time_a']?schedule['start_time_a']:'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user