修改班级信息同步数据
This commit is contained in:
@@ -24,12 +24,10 @@
|
||||
</el-row>
|
||||
|
||||
<el-table v-loading="loading" :data="middleList" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column label="ID" align="center" prop="BJID" />
|
||||
<el-table-column label="班级代码" align="center" prop="bjdm" />
|
||||
<el-table-column label="专业id" align="center" prop="zyid" />
|
||||
<el-table-column label="专业代码" align="center" prop="zyid" />
|
||||
<el-table-column label="班级名称" align="center" prop="bjmc" />
|
||||
<el-table-column label="年级id" align="center" prop="njid" />
|
||||
<el-table-column label="年级代码" align="center" prop="njid" />
|
||||
|
||||
</el-table>
|
||||
|
||||
@@ -38,7 +36,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { listClass, syncClassinfo, getClassdm} from '@/api/stuCQS/synchronous-data/sync-class'
|
||||
import { listBj, syncClassinfo, getClassdm} from '@/api/stuCQS/synchronous-data/sync-class'
|
||||
|
||||
export default {
|
||||
name: 'Middle',
|
||||
@@ -96,7 +94,7 @@ export default {
|
||||
/** 查询【请填写功能名称】列表 */
|
||||
getList() {
|
||||
this.loading = true
|
||||
listClass(this.queryParams).then(response => {
|
||||
listBj(this.queryParams).then(response => {
|
||||
this.middleList = [...response.rows]
|
||||
this.total = response.total
|
||||
this.loading = false
|
||||
|
||||
Reference in New Issue
Block a user