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; },