su
su1124
2024-01-24 51123d5ad145745f855280783c01cc2906b693d0
src/views/system/tijian/index.vue
@@ -1213,7 +1213,6 @@
    /** 查询信息列表 */
    getList() {
      this.loading = true;
      // listCustomer(this.queryParams).then((response) => {
      //   this.customerList = response.rows;
      //   this.total = response.total;
@@ -1688,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)
@@ -2153,6 +2153,9 @@
<style >
.el-form-item__error {
       display: none;
   }
.el-table__header-wrapper .el-checkbox {
  display: none;
}