失信新增

This commit is contained in:
shijingjing
2022-04-06 15:48:17 +08:00
parent 21fe0d1b25
commit fbd6a41acf

View File

@@ -150,7 +150,7 @@ export default {
confirm( ) { confirm( ) {
this.$refs.forms.validate((valid) => { this.$refs.forms.validate((valid) => {
if (valid) { if (valid) {
this.instance.post(`/appcreditdishonestperson/queryDetailById`, { this.instance.post(`/appcreditdishonestperson/addOrUpdate`, {
...this.forms, ...this.forms,
id: this.params.id || '', id: this.params.id || '',
}).then(res => { }).then(res => {