qx
qx
2025-03-17 9dca2e769621ae6c5268e13a55cf9a55f004f3cd
src/views/system/package/index.vue
@@ -688,7 +688,10 @@
      this.title = "体检套餐信息维护";
      this.DataList = [];
      this.checkedkey = [];
      this.queryParams1.nr = ""
      this.queryParams1.page=1
      this.checkedListkey = [];
      this.checkedNodes =[];
      this.getDataList();
      // getAllList().then((response) => {
      //   this.allList = response.data;
@@ -744,7 +747,9 @@
        Object.keys(response.data).forEach((key) => {
          this.$set(this.form, key, response.data[key]);
        });
        console.log(this.form, 2233);
        this.youhui = data.limits || 10;
    this.pics = data.price || 0;
    this.form.xianprice = data.newPrice || 0;
        this.form.keywords = this.form.keywords.slice(0, -1);
        this.form.keywords = this.form.keywords.split(",");