变更调用update接口
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1285,7 +1285,7 @@ const btnClick = async (btn, bType = null) => { | ... | @@ -1285,7 +1285,7 @@ const btnClick = async (btn, bType = null) => { |
| 1285 | params.isRestart = false; | 1285 | params.isRestart = false; |
| 1286 | params.isChange = 'Y'; | 1286 | params.isChange = 'Y'; |
| 1287 | loading.value = true; | 1287 | loading.value = true; |
| 1288 | enterpriseSave(params).then((res: any) => { | 1288 | enterpriseUpdate(params).then((res: any) => { |
| 1289 | loading.value = false; | 1289 | loading.value = false; |
| 1290 | if (res.code == proxy.$passCode) { | 1290 | if (res.code == proxy.$passCode) { |
| 1291 | ElMessage.success('编辑认证信息提交申请成功'); | 1291 | ElMessage.success('编辑认证信息提交申请成功'); | ... | ... |
-
Please register or sign in to post a comment