提交 34863b95 authored 作者: chengye's avatar chengye

修复抄表时,对电表基本信息进行校验

上级 a2842201
......@@ -274,6 +274,6 @@ class Em extends Base
$res = $this->checkEmComplete($id);
if(!$res) return json(['status'=>0,'msg'=>'电表基本信息不完整,请先补充信息再进行抄表']);
json(['status'=>1,'message'=>'']);
return json(['status'=>1,'message'=>'']);
}
}
\ No newline at end of file
......@@ -108,7 +108,6 @@
data: $data,
dataType: "json",
success: function (data) {
console.log(data)
if (data.status == 1) {
window.location.href=$url;
} else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论