diff --git a/project/xiushan/apps/AppDishonestExecutee/components/Add.vue b/project/xiushan/apps/AppDishonestExecutee/components/Add.vue index b41bed23..3e0a6234 100644 --- a/project/xiushan/apps/AppDishonestExecutee/components/Add.vue +++ b/project/xiushan/apps/AppDishonestExecutee/components/Add.vue @@ -150,7 +150,7 @@ export default { confirm( ) { this.$refs.forms.validate((valid) => { if (valid) { - this.instance.post(`/appcreditdishonestperson/queryDetailById`, { + this.instance.post(`/appcreditdishonestperson/addOrUpdate`, { ...this.forms, id: this.params.id || '', }).then(res => {