班级信息,多角色。

This commit is contained in:
zhanglipeng
2021-08-16 11:27:25 +08:00
parent 5e294546fe
commit d235b5367d
14 changed files with 139 additions and 8 deletions

View File

@ -236,7 +236,7 @@
<script>
import {
listMathtermplan,
listMathtermplansp,
getMathtermplan,
delMathtermplan,
addMathtermplan,
@ -323,7 +323,7 @@ export default {
/** 查询游戏数学学期计划列表 */
getList() {
this.loading = true;
listMathtermplan(this.queryParams).then((response) => {
listMathtermplansp(this.queryParams).then((response) => {
this.mathtermplanList = response.rows;
this.total = response.total;
this.loading = false;