提交 7d04a3f0 authored 作者: 钟是志's avatar 钟是志

就业门户修改

上级 84f4bd93
...@@ -277,7 +277,6 @@ export default function PictureSignature({ ...@@ -277,7 +277,6 @@ export default function PictureSignature({
export function SignArray(props) { export function SignArray(props) {
const { value, onChange, basicUrl, json, form } = props; const { value, onChange, basicUrl, json, form } = props;
// console.log(props);
let files = value?.files || []; let files = value?.files || [];
const onChangeFile = (newFielInfo, imageIndex) => { const onChangeFile = (newFielInfo, imageIndex) => {
if (newFielInfo && newFielInfo.path) { if (newFielInfo && newFielInfo.path) {
......
...@@ -26,7 +26,6 @@ export default class MobileCascader extends Component{ ...@@ -26,7 +26,6 @@ export default class MobileCascader extends Component{
} }
render() { render() {
const {onChange, options, label, disabled, value, json, otherProps} = this.props; const {onChange, options, label, disabled, value, json, otherProps} = this.props;
// console.log(props);
let opt = options && let opt = options &&
Array.isArray(options) && Array.isArray(options) &&
options.map((x) => { options.map((x) => {
......
...@@ -26,7 +26,6 @@ export default class MobileCascader extends Component{ ...@@ -26,7 +26,6 @@ export default class MobileCascader extends Component{
} }
render() { render() {
const {onChange, options, label, disabled, value, json, otherProps} = this.props; const {onChange, options, label, disabled, value, json, otherProps} = this.props;
// console.log(props);
let opt = options && let opt = options &&
Array.isArray(options) && Array.isArray(options) &&
options.map((x) => { options.map((x) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论