qinxianzhangyao
2024-06-19 a192b392d861dc2b2db0d2200da3dc51c3865a4b
src/views/system/package/index.vue
@@ -873,6 +873,8 @@
      this.open = true;
      this.title = "体检套餐信息维护";
      this.DataList = [];
      this.checkedkey=[];
      this.checkedListkey=[];
      this.getDataList();
      // getAllList().then((response) => {
      //   this.allList = response.data;
@@ -1077,8 +1079,10 @@
            });
          });
        } else {
          console.log(this.checkedkey)
          this.checkedkey.push(this.Treedata[0].proId);
          let proId = this.Treedata[0].proId;
          console.log(proId)
          getProSonDxList(proId).then((res) => {
            this.TreedataList = res.data.list;
            this.TreedataList.forEach((item) => {
@@ -1096,6 +1100,7 @@
      });
    },
    handleCurrentChecked(data, checked, checkedNodes) {
      console.log(data, checked)
      this.dataObj = data;
      this.checkedObj = checked;
      if (checked == true) {