mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
讲师查询管理供应商
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user