This commit is contained in:
liuye
2024-08-15 10:55:03 +08:00
parent 074f77fac0
commit daa79e7b1b

View File

@@ -621,7 +621,7 @@ export default {
onConfirmEdit() {
this.$refs.editInfo.validate(v => {
if (v) {
this.instance.post('/app/apppatrolreportinfov2/addByGirdMember', {
this.instance.post('/app/apppatrolreportinfov2/update', {
...this.editInfo,
id: this.$route.query.id
}).then(res => {