@ -196,13 +196,13 @@
submitFormWithMsgCode(){
submitNote(this.ruleForm.traceno,this.ruleForm.nsrsbh,this.ruleForm.smsCode,this.ruleForm.nsrInfo.zjh)
.then(res=>{
if (res.data.code == "S000"){
if (res.code == "200"){
this.ruleForm.showone = false;
this.ruleForm.showtwo = false;
this.ruleForm.showthree = true;
}else {
alter(res.data.msg)
alter("请求失败请重试")
}
});
},