83b659b1 by lihua

变更调用update接口

1 parent df011cb7
......@@ -1285,7 +1285,7 @@ const btnClick = async (btn, bType = null) => {
params.isRestart = false;
params.isChange = 'Y';
loading.value = true;
enterpriseSave(params).then((res: any) => {
enterpriseUpdate(params).then((res: any) => {
loading.value = false;
if (res.code == proxy.$passCode) {
ElMessage.success('编辑认证信息提交申请成功');
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!