|
@@ -155,7 +155,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
-
|
|
|
+
|
|
|
<pagination
|
|
|
v-show="total>0"
|
|
|
:total="total"
|
|
@@ -476,7 +476,7 @@ export default {
|
|
|
},
|
|
|
})
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
createTypeMap() {
|
|
|
this.typeMap = new Map();
|
|
|
for (const algorithmSub of this.algorithmSubList) {
|
|
@@ -539,7 +539,6 @@ export default {
|
|
|
// this.fileContent = response.data;
|
|
|
} catch (error) {
|
|
|
console.error("Error fetching the file:", error);
|
|
|
- alert('无法加载文件内容');
|
|
|
}
|
|
|
},
|
|
|
|