video_transcode
杨树明 5 years ago
parent 665c7673ed
commit cbf90cde5c

@ -121,7 +121,7 @@ export const validateOjForm = (props, type, cb) => {
const validateResult = emptyValidate(key, value);
const errMsg = validateResult[key].errMsg;
if (errMsg) {
// hasSuccess = false;
hasSuccess = false;
dispatch(
{
type: maps[key].type,

Loading…
Cancel
Save