wwl
2025-03-26 ccf6f215d9689b6daf0663479468fca155f2049e
src/views/system/tijian/index.vue
@@ -1706,6 +1706,9 @@
    /** 登记提交按钮 */
submitForm() {
  let _this = this;
  if(!this.form.cusPhone || !this.form.cusName){
        this.$message.warning("请填选必填项");
      }else{
  this.$refs["form"].validate((valid) => {
    if (valid) {
      // 创建表单数据的副本并去除空格
@@ -1738,6 +1741,7 @@
      });
    }
  });
}
},
    getmailType() {