|
|
|
@ -59,7 +59,7 @@
|
|
|
|
} from "vue";
|
|
|
|
} from "vue";
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
getBasicList,
|
|
|
|
getBasicList,
|
|
|
|
getPageList
|
|
|
|
getLogPageList
|
|
|
|
} from "/src/api/api/common";
|
|
|
|
} from "/src/api/api/common";
|
|
|
|
import AddMateria from '../materia/components/AddMateria.vue';
|
|
|
|
import AddMateria from '../materia/components/AddMateria.vue';
|
|
|
|
import EditMateria from '../materia/components/EditMateria.vue';
|
|
|
|
import EditMateria from '../materia/components/EditMateria.vue';
|
|
|
|
@ -223,7 +223,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//分页列表
|
|
|
|
//分页列表
|
|
|
|
async _getPageList() {
|
|
|
|
async _getPageList() {
|
|
|
|
let result= await getPageList(this.pageInfo, "OperateLog");
|
|
|
|
let result= await getLogPageList(this.pageInfo, "OperateLog");
|
|
|
|
|
|
|
|
|
|
|
|
result.Data.List.map(item => {
|
|
|
|
result.Data.List.map(item => {
|
|
|
|
const type = this.typeList.find(t => t.FCode == item.FType);
|
|
|
|
const type = this.typeList.find(t => t.FCode == item.FType);
|
|
|
|
|