1
wwl
2024-12-31 c1a720f950f96f9315dd152289ea57b673d47d84
1
1个文件已修改
13 ■■■■ 已修改文件
src/views/system/tijian/index.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijian/index.vue
@@ -2858,17 +2858,8 @@
      // this.form.cusPhone = param1[0].pacRemark;
    },
    handleChangesName(params){
      this.form.cusName = params[0].xm
      this.form.cusPhone = params[0].sjh
      if (params[0].xb == '男') {
        this.form.cusSex = 0
      }
      if (params[0].xb == '女') {
        this.form.cusSex = 1
      }
      if (params[0].xb == '未知') {
        this.form.cusSex = 2
      }
      this.form.cusIdcard = params[0].sfzh
      this.handleQuery()
    },
    // selected(row, index) {
    //   if (this.formPacId !== null) {