编辑
This commit is contained in:
@@ -621,7 +621,7 @@ export default {
|
|||||||
onConfirmEdit() {
|
onConfirmEdit() {
|
||||||
this.$refs.editInfo.validate(v => {
|
this.$refs.editInfo.validate(v => {
|
||||||
if (v) {
|
if (v) {
|
||||||
this.instance.post('/app/apppatrolreportinfov2/addByGirdMember', {
|
this.instance.post('/app/apppatrolreportinfov2/update', {
|
||||||
...this.editInfo,
|
...this.editInfo,
|
||||||
id: this.$route.query.id
|
id: this.$route.query.id
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user