This commit is contained in:
helloDy
2024-02-28 16:14:41 +08:00
부모 0ba8d3bff8
커밋 ecb447c052
2개의 변경된 파일25개의 추가작업 그리고 18개의 파일을 삭제

파일 보기

@@ -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,