We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0028c commit b02f760Copy full SHA for b02f760
ui/src/views/problem/component/DetailProblemDrawer.vue
@@ -6,7 +6,7 @@
6
<div>
7
<el-scrollbar>
8
<div class="p-8">
9
- <el-form label-position="top" v-loading="loading">
+ <el-form label-position="top" v-loading="loading" @submit.prevent>
10
<el-form-item label="问题">
11
<ReadWrite
12
@change="editName"
0 commit comments