失信新增
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user