|
@@ -555,9 +555,13 @@ export default {
|
|
|
this.deleteFile(array.join(","), array2.join(","));
|
|
|
},
|
|
|
checkFile(row) {
|
|
|
+ if (row.ingestionStatus == "augmenting") return this.$message.info('正在上传中,点击刷新查看实时状态')
|
|
|
+
|
|
|
this.$refs.checkDialog.openG(row.documentid);
|
|
|
},
|
|
|
extractFile(row) {
|
|
|
+ if (row.ingestionStatus == "augmenting") return this.$message.info('正在上传中,点击刷新查看实时状态')
|
|
|
+
|
|
|
let params = {
|
|
|
documentid: row.documentid
|
|
|
};
|