Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yuping
2023-01-11 18:21:53 +08:00
9 changed files with 353 additions and 118 deletions

View File

@@ -343,7 +343,7 @@ export default {
// 获取数据
function getData() {
if (props.datasource.type == 11 || props.datasource.type == 9 || props.datasource.type == 6 || props.datasource.type == 7) {
if (props.datasource.type == 11 || props.datasource.type == 9 || props.datasource.type == 6 || props.datasource.type == 7 || props.datasource.type == 3) {
// 此处为获取评估学员的接口 - 如后续还有用到此接口的公共任务可直接在if里面加||判断即可
console.log("我是传递的查询参数", {
pageNo: state.currentPage,