浏览代码

修改

master
yangpeilai 2 个月前
父节点
当前提交
cb7df0b959
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/views/system/gateway/weChatInfo/data.js

+ 2
- 2
src/views/system/gateway/weChatInfo/data.js 查看文件

@@ -305,7 +305,7 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({
itemType: 'textarea',
rows:5,
hide: true,
required: true,
required: false,
disabled: false
}
}, {
@@ -321,7 +321,7 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({
form: {
formLabelWidth: formLabelWidth,
type: 'input',
required: true,
required: false,
hide: true,
disabled: false
}

正在加载...
取消
保存