mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
生产问题处理--自保件生产问题处理 --提交人:白金岩
This commit is contained in:
@@ -258,7 +258,7 @@ export default {
|
||||
recmdDTO:recmd
|
||||
};
|
||||
const resp = await CommitmentSelfCheck(checkData);
|
||||
if (resp.result == '0' && resp.content.data.ruleList.length ) {
|
||||
if (resp.result == '0' && resp.content.data.ruleList && resp.content.data.ruleList.length ) {
|
||||
checkStr='<span style="color: red;width:auto; display: block;text-align: left">温馨提示:</span>'+resp.content.data.ruleList[0].retMsg
|
||||
}
|
||||
// else {
|
||||
|
||||
Reference in New Issue
Block a user