This commit is contained in:
weicw
2021-08-30 10:04:38 +08:00
parent 76d2c9bba0
commit ab71482bae
26 changed files with 3267 additions and 20012 deletions

View File

@@ -245,7 +245,7 @@
},
detail(record) {
this.$router.replace({
path: "/sound/air/collect/air/" + record.ambientAirBillId
path: "/atmosphere/air/collect/air/" + record.ambientAirBillId
})
},
edit(record) {
@@ -337,7 +337,6 @@
this.$message.error(res.data.msg);
}
}).catch(e => {
this.$message.error(e.msg);
}).finally(() => hide());
},