su
su1124
2024-01-25 3435a2b1b3e237ee53c98ae7c044d0e84cfa521c
src/views/system/tijian/index.vue
@@ -896,6 +896,9 @@
        cusPhone: [
          { required: true, message: "", trigger: "change" },
        ],
         cusBrithday: [
          { required: true, message: "", trigger: "change" },
        ],
        // cusNational: [
        //   { required: true, message: "民族不能为空", trigger: "change" },
        // ],
@@ -1210,7 +1213,6 @@
    /** 查询信息列表 */
    getList() {
      this.loading = true;
      // listCustomer(this.queryParams).then((response) => {
      //   this.customerList = response.rows;
      //   this.total = response.total;
@@ -1685,6 +1687,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)
@@ -2119,6 +2122,7 @@
          tjFlowingWater: this.tjFlowingWater,
          userId,
          tjType,
          tjCategory:this.tjCategory
        };
      } else {
        data = {
@@ -2127,6 +2131,7 @@
          tjFlowingWater: this.tjFlowingWater,
          userId,
          tjType,
          tjCategory:this.tjCategory
        };
      }
      getOrder(data).then((res) => {
@@ -2148,6 +2153,9 @@
<style >
.el-form-item__error {
       display: none;
   }
.el-table__header-wrapper .el-checkbox {
  display: none;
}