|
@@ -190,6 +190,7 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
async initData() {
|
|
async initData() {
|
|
const data = await schoolSetStdnoInfo(this.school.id);
|
|
const data = await schoolSetStdnoInfo(this.school.id);
|
|
|
|
+ this.stdnoInfo = data.result;
|
|
const config = data.result[0].value;
|
|
const config = data.result[0].value;
|
|
if (!config) {
|
|
if (!config) {
|
|
this.modalForm = {
|
|
this.modalForm = {
|