su
su1124
2024-01-30 b0d733958a618b9fc5ce0ee2fee5d2b146a7a748
src/views/system/tijian/index.vue
@@ -202,6 +202,11 @@
              </el-form-item>
            </el-col>
            <el-col :span="7">
              <el-form-item label="文化程度" prop="wenHua" style="display: flex">
                <el-input style="width: 100%" :disabled="isDisabled" v-model="form.wenHua" placeholder="请输入文化程度" />
              </el-form-item>
            </el-col>
            <el-col :span="7">
              <el-button v-show="lishi" type="primary" @click="cope" size="mini">一键复制</el-button>
              <el-button type="primary" @click="inputChanges" v-show="lishi" size="mini"
                :disabled="confirm">历史体检记录</el-button>
@@ -1213,7 +1218,6 @@
    /** 查询信息列表 */
    getList() {
      this.loading = true;
      // listCustomer(this.queryParams).then((response) => {
      //   this.customerList = response.rows;
      //   this.total = response.total;
@@ -1688,6 +1692,7 @@
      let cusSex = this.form.cusSex;
      this.datekey = Date.now();
      //全部套餐
      this.loading = true;
      deptTreeSelect(cusSex).then((response) => {
        this.newpacName = response.rows;
        console.log(this.newpacName)
@@ -2153,6 +2158,9 @@
<style >
.el-form-item__error {
       display: none;
   }
.el-table__header-wrapper .el-checkbox {
  display: none;
}