提交 4e98c5c4 authored 作者: 钟是志's avatar 钟是志

5230 自主听课带出当前帐号所属部门,提交报错

上级 f1dc82d0
...@@ -46,7 +46,6 @@ const DiyInput = props => { ...@@ -46,7 +46,6 @@ const DiyInput = props => {
const DiyTextarea = props => { const DiyTextarea = props => {
let { config, formValue, changeValue, noLengthLimit, rows } = props; let { config, formValue, changeValue, noLengthLimit, rows } = props;
console.log(config);
if (config.readOnly) { if (config.readOnly) {
config.placeholder = ''; config.placeholder = '';
} else { } else {
...@@ -74,7 +73,6 @@ const DiyTextarea = props => { ...@@ -74,7 +73,6 @@ const DiyTextarea = props => {
const DiyPicker = props => { const DiyPicker = props => {
let { config, formValue, changeValue } = props; let { config, formValue, changeValue } = props;
// console.log(config);
if (config.readOnly) { if (config.readOnly) {
config.extra = ' '; config.extra = ' ';
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论