src/templates/zshare/formconfig.jsx
@@ -7,7 +7,7 @@ * @description 获取搜索条件表单配置信息 * @param {*} card */ export function getSearchForm (card, roleList = []) { export function getSearchForm (card, roleList) { return [ { type: 'text', @@ -241,7 +241,7 @@ label: Formdict['header.form.blacklist'], initVal: card.blacklist || [], required: false, options: roleList options: roleList || [] } ] }