|
@@ -153,7 +153,7 @@ const getAuditTypeText = function (type) {
|
|
|
};
|
|
|
$(document).ready(() => {
|
|
|
if (openChangePlan) {
|
|
|
- $('#add_plan_list').prop('checked', _.isBoolean(getLocalCache('change_add_plan_list')));
|
|
|
+ $('#add_plan_list').prop('checked', getLocalCache('change_add_plan_list') === 'true');
|
|
|
}
|
|
|
// 获取审批流程
|
|
|
$('a[data-target="#sp-list" ]').on('click', function () {
|