修改认证清单的认证进度传参
This commit is contained in:
@@ -255,9 +255,10 @@
|
|||||||
let Action
|
let Action
|
||||||
if (this.title == this.$t('CertificationProgress')) {
|
if (this.title == this.$t('CertificationProgress')) {
|
||||||
query = {
|
query = {
|
||||||
id: this.formInline.id,
|
...this.formInline
|
||||||
certificationProgress: this.formInline.certificationProgress,
|
// id: this.formInline.id,
|
||||||
certificationProgressRemark: this.formInline.certificationProgressRemark
|
// certificationProgress: this.formInline.certificationProgress,
|
||||||
|
// certificationProgressRemark: this.formInline.certificationProgressRemark
|
||||||
}
|
}
|
||||||
url = this.url.edit
|
url = this.url.edit
|
||||||
Action = putAction
|
Action = putAction
|
||||||
|
|||||||
Reference in New Issue
Block a user