|
@@ -366,6 +366,7 @@
|
|
|
:title="title"
|
|
|
:rowInfo="rowInfo"
|
|
|
@confirm="handleConfirm"
|
|
|
+ :errorInfo="errorInfo"
|
|
|
@getTableList="getTableList"
|
|
|
>
|
|
|
<div slot="tableEl">
|
|
@@ -446,7 +447,6 @@
|
|
|
<el-form-item label="分析简述" prop="sketch">
|
|
|
<el-input type="textarea" v-model="addRuleForm.sketch"></el-input>
|
|
|
</el-form-item>
|
|
|
-
|
|
|
<el-form-item>
|
|
|
<el-button type="primary" @click="addRuleFormSubmit">提交</el-button>
|
|
|
<el-button @click="AddHandleCloses">取消</el-button>
|
|
@@ -536,7 +536,6 @@ export default {
|
|
|
this.fetchData();
|
|
|
window.addEventListener("message", this.handleMessage); //江
|
|
|
},
|
|
|
-
|
|
|
methods: {
|
|
|
//自动分析列表页面跳转
|
|
|
handleAutoAsstessList() {
|
|
@@ -606,7 +605,6 @@ export default {
|
|
|
this.dialogReportVisible = true;
|
|
|
this.pdfUrl = row.reportAddr;
|
|
|
},
|
|
|
-
|
|
|
//下载pdf 文件
|
|
|
downLoadeAssetss(row) {
|
|
|
downloadPDF(row.reportAddr, row.reportName);
|
|
@@ -711,7 +709,6 @@ export default {
|
|
|
this.formInline.pageNum = val;
|
|
|
this.getTableList();
|
|
|
},
|
|
|
-
|
|
|
// 修改 getTableList 方法,避免重复请求
|
|
|
async getTableList() {
|
|
|
// 如果正在请求中,跳过此次调用
|
|
@@ -739,7 +736,6 @@ export default {
|
|
|
this.loading = false;
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
// 改进 handleMessage,避免频繁请求
|
|
|
handleMessage(event) {
|
|
|
// 确保消息来自当前域
|