lkk
2024-12-31 b6a8dc4f0f93ba6628b41cf801e2a899672eecce
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) {