Commit 77676fc0 authored by Medicean's avatar Medicean

(Fix: Database) 修复 php sqlsrv 添加配置时的问题

parent 22080235
...@@ -347,7 +347,7 @@ class PHP { ...@@ -347,7 +347,7 @@ class PHP {
] }, ] },
{ text: 'MSSQL', value: 'mssql' }, { text: 'MSSQL', value: 'mssql' },
{ text: 'SQLSRV', value: 'sqlsrv', selected: conf['type'] === 'sqlsrv', list: [ { text: 'SQLSRV', value: 'sqlsrv', list: [
{ type: 'settings', position: 'label-left', offsetLeft: 70, labelWidth: 90, inputWidth: 150 }, { type: 'settings', position: 'label-left', offsetLeft: 70, labelWidth: 90, inputWidth: 150 },
{ type: 'label', label: LANG['form']['encode'] }, { type: 'label', label: LANG['form']['encode'] },
{ type: 'combo', label: '', name: 'encode', options: (() => { { type: 'combo', label: '', name: 'encode', options: (() => {
...@@ -356,7 +356,6 @@ class PHP { ...@@ -356,7 +356,6 @@ class PHP {
ret.push({ ret.push({
text: _, text: _,
value: _, value: _,
selected: conf['encode'] === _
}); });
}) })
return ret; return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment