|
@@ -479,7 +479,7 @@ export default {
|
|
|
}
|
|
|
if (e.has_account + "" !== "0") {
|
|
|
iss = true;
|
|
|
- errorList.push(e.outCode);
|
|
|
+ errorList.push(e.cgdNo);
|
|
|
}
|
|
|
list.push(e.cgdNo);
|
|
|
});
|
|
@@ -490,6 +490,7 @@ export default {
|
|
|
if (iss) {
|
|
|
let htmlList = "<ul>";
|
|
|
errorList.forEach((v) => {
|
|
|
+ console.log(v);
|
|
|
htmlList += `<li>${v}</li>`;
|
|
|
});
|
|
|
htmlList += "</ul>";
|