83b659b1 by lihua

变更调用update接口

1 parent df011cb7
...@@ -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('编辑认证信息提交申请成功');
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!