...
|
...
|
@@ -29,12 +29,12 @@ function _paramHanlde(obj) { |
|
|
}
|
|
|
}
|
|
|
|
|
|
if (obj.standard) {
|
|
|
let standards = obj.standard.split(',');
|
|
|
|
|
|
obj.standard_id = standards[0];
|
|
|
obj.standard_value_id = standards[1];
|
|
|
}
|
|
|
// if (obj.standard) {
|
|
|
// let standards = obj.standard.split(',');
|
|
|
//
|
|
|
// obj.standard_id = standards[0];
|
|
|
// obj.standard_value_id = standards[1];
|
|
|
// }
|
|
|
|
|
|
let _gender;
|
|
|
|
...
|
...
|
|