江河bug修改

This commit is contained in:
shixiaoman
2021-12-08 18:15:21 +08:00
parent df51b0a57f
commit e7ae6433c3
3 changed files with 39 additions and 10 deletions

View File

@@ -171,7 +171,9 @@
if (res.data.code == 0) {
this.$message.success(res.data.msg);
res.data.data.forEach((m) => {
m.transnormalItem = "--"
if(m.transnormalItem==""){
m.transnormalItem = "--"
}
this.momData.push(m);
})
} else {