This commit is contained in:
helloDy
2024-02-28 16:14:41 +08:00
parent 0ba8d3bff8
commit ecb447c052
2 changed files with 25 additions and 18 deletions

View File

@@ -177,7 +177,7 @@ export default {
return;
}
this.$modal
.confirm('是否确认所有选中保养单"?')
.confirm('是否确认所有选中巡检单"?')
.then(() => {
return this.$axios({
url: '/base/equipment-check-order/confirm?confirmPerson=' + this.$store.getters.userId,