src/components/square.vue
@@ -113,6 +113,7 @@ return { rowData:undefined, dialog_1: false, dialog_2: false, uploadUrl:"/api/api/file/topicUpload", form:{}, pageno:1, @@ -161,6 +162,9 @@ this.$refs.newProject_.Cancel(); this.dialogFormVisible = false; }, Cancel1() { }, addProject(selected) { let url = "/api/topic/exam/" + selected.id; this.$axios.get(url)