fix 企业编辑单位名称变更记录提交时报错
This commit is contained in:
@@ -114,7 +114,7 @@ export default {
|
||||
if (this.listEdit) {
|
||||
formData.id = this.recordId
|
||||
console.log('------------', formData)
|
||||
// formData.registerChangeProve = formData.registerChangeProve.join(',')
|
||||
formData.registerChangeProve = formData.registerChangeProve.join(',')
|
||||
changeCompanyEdit(formData).then((res) => {
|
||||
if (res.success) {
|
||||
that.$message.success('申请变更成功,请等待审批结果')
|
||||
|
||||
Reference in New Issue
Block a user