|
|
@@ -12,6 +12,7 @@
|
|
|
type="text"
|
|
|
:placeholder="lang.ssEnterClassNamePlc"
|
|
|
v-model.trim="ClaEditInfo.name"
|
|
|
+ @blur="confirmClaEdit"
|
|
|
@keyup.enter="confirmClaEdit"
|
|
|
/>
|
|
|
<el-tooltip :content="lang.edit" placement="top">
|
|
|
@@ -59,7 +60,6 @@
|
|
|
<el-input
|
|
|
:placeholder="lang.ssSearchStudent"
|
|
|
v-model="inp"
|
|
|
- @blur="refresh"
|
|
|
@keyup.enter.native="refresh"
|
|
|
v-if="
|
|
|
boxType == 0 || boxType == 2 || (boxType == 1 && interestType == 1)
|