mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
讲师查询管理供应商
This commit is contained in:
@@ -428,6 +428,7 @@ export default {
|
|||||||
tableDataTotal: -1,//table列表总条数
|
tableDataTotal: -1,//table列表总条数
|
||||||
formParam: {
|
formParam: {
|
||||||
name: null,
|
name: null,
|
||||||
|
supplier: null,
|
||||||
courseStatus: '1',
|
courseStatus: '1',
|
||||||
createFrom: 1,
|
createFrom: 1,
|
||||||
teaching: null,
|
teaching: null,
|
||||||
@@ -936,9 +937,11 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
function managerChange(e, l, d, t, orgName) {
|
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');
|
// console.log(e, l, d, t, orgName,'e, l, d, t, orgName');
|
||||||
state.formParam.mobile = e ? l.mobile : ''
|
state.formParam.mobile = e ? l.mobile : '';
|
||||||
state.formParam.teacherId = e ? l.id : ''
|
state.formParam.teacherId = e ? l.id : '';
|
||||||
|
state.formParam.supplier = e ? l.supplier : '';
|
||||||
// state.searchParam.userNo = d;
|
// state.searchParam.userNo = d;
|
||||||
// state.searchParam.name = t;
|
// state.searchParam.name = t;
|
||||||
// state.searchParam.trainorgName=orgName
|
// state.searchParam.trainorgName=orgName
|
||||||
|
|||||||
Reference in New Issue
Block a user