Commit b6f05dd3 authored by 刘明珠's avatar 刘明珠

印花税会计申报:列表报错信息展示纠正

parent 6eb1f874
...@@ -48,7 +48,7 @@ function getInitTable() { ...@@ -48,7 +48,7 @@ function getInitTable() {
if (data.returnMessage != undefined) { if (data.returnMessage != undefined) {
alertWarning(data.returnMessage); alertWarning(data.returnMessage);
} else { } else {
alertWarning(data.returnMessage); alertWarning(data.errmsg);
} }
if (!companyInfo.content) { if (!companyInfo.content) {
companyInfo.content = {}; companyInfo.content = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment