* [bug#57406] fix cant select lib.

This commit is contained in:
dingyongliang
2024-11-27 15:48:15 +08:00
committed by 孙浩
parent b865b65bd0
commit 47c5b30d4d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ formPanel
(
setID('setDocBasicForm'),
setData('officeTypes', $this->config->doc->officeTypes),
setData('docType', isset($doc) ? $doc->users : 'undefined'),
setData('docType', isset($doc) ? $doc->type : 'undefined'),
set::title($title),
set::submitBtnText($isDraft ? $lang->doc->saveDraft : (empty($docID) ? $lang->doc->release : $lang->save)),
on::change('[name=space],[name=product],[name=execution]')->call('loadObjectModules', jsRaw('event')),