讲师查询管理供应商

This commit is contained in:
gengxin
2025-02-20 17:22:44 +08:00
parent 43d321403a
commit 4e9e45bc04

View File

@@ -428,6 +428,7 @@ export default {
tableDataTotal: -1,//table列表总条数
formParam: {
name: null,
supplier: null,
courseStatus: '1',
createFrom: 1,
teaching: null,
@@ -936,9 +937,11 @@ export default {
});
}
function managerChange(e, l, d, t, orgName) {
console.log("managerChange e l",e,l)
// console.log(e, l, d, t, orgName,'e, l, d, t, orgName');
state.formParam.mobile = e ? l.mobile : ''
state.formParam.teacherId = e ? l.id : ''
state.formParam.mobile = e ? l.mobile : '';
state.formParam.teacherId = e ? l.id : '';
state.formParam.supplier = e ? l.supplier : '';
// state.searchParam.userNo = d;
// state.searchParam.name = t;
// state.searchParam.trainorgName=orgName