king
2020-04-09 b9a0e8541f0959db5d848f7b893c8838851ce411
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 || []
    }
  ]
}