qinxianzhangyao
2023-11-17 5af76d2fad371b7a643457d27113ebe50f01fee3
src/views/system/bill/index.vue
@@ -772,7 +772,7 @@
    /** 点击显示导检单报表*/ //lige    开始
    handleReport() {
      const tjNumber = this.report;
      const tjNumber = this.report[0];
      const viewNum = "792931586196398080";
      const params = { viewNum, tjNumber };
      hasReport(tjNumber).then((res) => {
@@ -929,7 +929,7 @@
      }
      /** 查询部门下拉树结构 */
      projectGetList().then((response) => {
        this.Treedata = response.data;
        this.Treedata = response.data.list;
      });
      this.Projectopen = true;
    },