We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'''javascript ajax = { type: 'get', header: {
}, first: true, data: {}, searchUrl: '', searchName: 'keyword', searchVal: null, keyName: 'name', //能否以参数形式,自定义该字段名称 keyVal: 'value', //能否以参数形式,自定义该字段名称 keySel: 'selected', keyDis: 'disabled', keyChildren: 'children', //能否以参数形式,自定义该字段名称 dataType: '', delay: 500, beforeSuccess: null, success: null, error: null, beforeSearch: null, response: { statusCode: 0, statusName: 'code', msgName: 'msg', dataName: 'data' }, tree: { nextClick: function(id, item, callback) { callback([]); }, folderChoose: true, lazy: true }
}, '''
The text was updated successfully, but these errors were encountered:
No branches or pull requests
'''javascript
ajax = {
type: 'get',
header: {
},
'''
The text was updated successfully, but these errors were encountered: