Explorar el Código

change: 企业微信货物直发申请页面. 处理屏蔽电话字段非常见字符输入.

peter hace 1 mes
padre
commit
3b8de5e467
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/pages/wecom-approval/index.vue

+ 1 - 0
src/pages/wecom-approval/index.vue

@@ -918,6 +918,7 @@ const checkForm = function (formEl: FormInstance | undefined) {
 
   formEl.validate((valid, fields) => {
     if (valid) {
+      form.value.Phone = form.value.Phone.replace(/[^0-9-+]/g, '')
       submit()
     } else {
       ElMessage.error('请检查表单必填项')