licp
2024-04-24 70b128785737df0d6065b09a75cf79b49efe22fa
src/components/view/b1-report-preparation.vue
@@ -408,6 +408,7 @@
        let url = row.urlS?row.urlS:row.url;
        const link = document.createElement('a');
        link.href = this.javaApi + url;
        link.target = '_blank';
        document.body.appendChild(link);
        link.click();
      },
@@ -455,7 +456,7 @@
        this.$confirm('是否提交当前报告?', "提交", {
                     confirmButtonText: "提交",
                     cancelButtonText: "取消",
                     type: "success"
                     type: "warning"
                  }).then(() => {
                     this.$axios.post(this.$api.insReport.writeReport, {
                        id: row.id