游戏数学学期计划
This commit is contained in:
@ -387,26 +387,7 @@ export default {
|
||||
};
|
||||
},
|
||||
created() {
|
||||
// const sid = this.$route.params && this.$route.params.id;
|
||||
// this.queryParams.schoolid = sid;
|
||||
// this.getDicts("sys_user_sex").then(response => {
|
||||
// this.sexOptions = response.data;
|
||||
// });
|
||||
// this.getDicts("sys_normal_disable").then(response => {
|
||||
// this.statusOptions = response.data;
|
||||
// });
|
||||
// this.getDicts("sys_dm_mz").then(response => {
|
||||
// this.mzOptions = response.data;
|
||||
// });
|
||||
// this.getDicts("sys_yes_no").then(response => {
|
||||
// this.ynOptions = response.data;
|
||||
// });
|
||||
// this.getDicts("sys_dm_ryqd").then(response => {
|
||||
// this.sourceOptions = response.data;
|
||||
// });
|
||||
// this.getDicts("sys_dm_jtgx").then((response) => {
|
||||
// this.jtgxOptions = response.data;
|
||||
// });
|
||||
|
||||
},
|
||||
components: {
|
||||
//省市区三级联动全局组件
|
||||
@ -417,26 +398,7 @@ export default {
|
||||
onInput() {
|
||||
this.$forceUpdate();
|
||||
},
|
||||
// // 性别字典翻译
|
||||
// xbFormat(row, column) {
|
||||
// return this.selectDictLabel(this.sexOptions, row.xb);
|
||||
// },
|
||||
// // 字典翻译
|
||||
// mzFormat(row, column) {
|
||||
// return this.selectDictLabel(this.mzOptions, row.mz);
|
||||
// },
|
||||
// // 字典翻译
|
||||
// ynFormat(row, column) {
|
||||
// return this.selectDictLabel(this.ynOptions, row.learnEnglish);
|
||||
// },
|
||||
// // 字典翻译
|
||||
// sourceFormat(row, column) {
|
||||
// return this.selectDictLabel(this.sourceOptions, row.source);
|
||||
// },
|
||||
// // 字典翻译
|
||||
// statusFormat(row, column) {
|
||||
// return this.selectDictLabel(this.statusOptions, row.status);
|
||||
// },
|
||||
|
||||
// 字典翻译
|
||||
classFormat(row, column) {
|
||||
// return this.selectDictLabel(this.classOptions, row.classid);
|
||||
|
Reference in New Issue
Block a user