mast_item_banktwo
杨树林 5 years ago
parent abee25b58b
commit efe7abaecc

@ -326,8 +326,8 @@ module.exports = {
comments: false comments: false
}, },
compress: { compress: {
drop_debugger: false, drop_debugger: true,
drop_console: false drop_console: true
} }
} }
}), }),

@ -485,7 +485,7 @@ class Listjihe extends Component {
{items ? {items ?
items.analysis=== undefined || items.analysis=== null || items.analysis === "" ? items.analysis=== undefined || items.analysis=== null || items.analysis === "" ?
"" "暂无解析"
: :
items.analysis.length>0? items.analysis.length>0?
analysisnames===null || analysisnames===undefined?"": analysisnames===null || analysisnames===undefined?"":
@ -495,7 +495,7 @@ class Listjihe extends Component {
value={analysisnames} value={analysisnames}
/> />
: :
"" "暂无解析"
: :
"" ""
} }

@ -32,16 +32,6 @@ class PaperDeletModel extends Component {
// //console.log(e.target.value); // //console.log(e.target.value);
// //console.log(e.target.value.length); // //console.log(e.target.value.length);
if(this.isNull(e.target.value)===true){
this.props.showNotification('不能输入空格');
this.setState({
errorestit:'不能输入空格',
errores:true,
boolred:true,
})
return
}
this.setState({ this.setState({
newkntypeinput: e.target.value, newkntypeinput: e.target.value,
addonAfteronelens3:e.target.value.length, addonAfteronelens3:e.target.value.length,

Loading…
Cancel
Save