|
@@ -1414,7 +1414,7 @@ export default {
|
|
|
// 确认发布
|
|
// 确认发布
|
|
|
confirmPublish() {
|
|
confirmPublish() {
|
|
|
if (!this.selectedSubject.length) {
|
|
if (!this.selectedSubject.length) {
|
|
|
- this.$message.error(this.lang.ssSelectSubject);
|
|
|
|
|
|
|
+ this.$message.error(this.lang.ssSelectSubj);
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
if (!this.selectedGrade.length) {
|
|
if (!this.selectedGrade.length) {
|