|
|
|
@ -305,7 +305,6 @@
|
|
|
|
|
params: param,
|
|
|
|
|
method: "post",
|
|
|
|
|
}], (result) => {
|
|
|
|
|
console.log("队伍建设:",result)
|
|
|
|
|
this.spinning = false;
|
|
|
|
|
if(result[0].data.success){
|
|
|
|
|
let res = result[0].data.result;
|
|
|
|
@ -378,7 +377,6 @@
|
|
|
|
|
let arr = JSON.parse(res);
|
|
|
|
|
if(arr && arr.length > 0){
|
|
|
|
|
this.headMasterTrainData.push(...arr)
|
|
|
|
|
console.log("班主任培训数据",this.headMasterTrainData)
|
|
|
|
|
for(let i = 0,len = this.headMasterTrainData.length;i < len;i ++){
|
|
|
|
|
let json = this.headMasterTrainData[i].cover_json;
|
|
|
|
|
if(json && json !== ""){
|
|
|
|
@ -427,7 +425,6 @@
|
|
|
|
|
if(arr && arr.length > 0){
|
|
|
|
|
if(arr && arr.length > 0){
|
|
|
|
|
this.titleData.push(...arr);
|
|
|
|
|
console.log("this.titleData:",this.titleData)
|
|
|
|
|
this.excellent_id = this.titleData[0].excellent_id
|
|
|
|
|
if(this.excellent_id !== ""){
|
|
|
|
|
this.getMasterBextData2()//班主任评优2
|
|
|
|
@ -466,7 +463,6 @@
|
|
|
|
|
let res = result[0].data.result;
|
|
|
|
|
if (res && res !== "") {
|
|
|
|
|
let arr = JSON.parse(res);
|
|
|
|
|
console.log("班主任评优数据:",arr)
|
|
|
|
|
if (arr && arr.length > 0) {
|
|
|
|
|
if (arr && arr.length > 0) {
|
|
|
|
|
this.bestHeadMaster1.push(...arr);
|
|
|
|
|