Commit 596f1476 authored by 刘明珠's avatar 刘明珠

重置清册成功提示调整

parent 8d0772e7
......@@ -285,7 +285,6 @@ function initPage(companyInfo) {
config.value = companyInfo.value;
pagingDataFun(sourceData, 1, initPagingNum);
taxAmendGrid(sourceData);
myAlert("提示", "重置清册成功", "确定")
} else {
if (data.errmsg != undefined) {
......
......@@ -229,7 +229,9 @@ function initPage(companyInfo) {
drawGrid(data.bean);
companyInfo = data.bean;
config.value = companyInfo.value;
if(type=='Y'){
myAlert("提示", "重置清册成功", "确定")
}
}else{
if (data.errmsg != undefined) {
alertWarning(data.errmsg);
......
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