Commit ebd108cb authored by 赵茹林's avatar 赵茹林

update

parent 4079c468
...@@ -251,6 +251,7 @@ ...@@ -251,6 +251,7 @@
}) })
this.tagSelectedText = str; this.tagSelectedText = str;
this.tagSelected = arr; this.tagSelected = arr;
console.log(this.tagSelected + '')
} else { } else {
this.tagSelectedText = ''; this.tagSelectedText = '';
this.tagSelected = []; this.tagSelected = [];
...@@ -288,7 +289,7 @@ ...@@ -288,7 +289,7 @@
}; };
this.teacher_num ? json.teacher_num = this.teacher_num : ''; this.teacher_num ? json.teacher_num = this.teacher_num : '';
this.callbackObj.user_id ? json.user_id = this.callbackObj.user_id : ''; this.callbackObj.user_id ? json.user_id = this.callbackObj.user_id : '';
console.log(json, 9000) // console.log(json, 9000)
getCallBackApi(json).then(res => { getCallBackApi(json).then(res => {
this.list = res.page_data; this.list = res.page_data;
this.total = res.total this.total = res.total
......
...@@ -64,7 +64,7 @@ export const postUserTransferApi = function (json) { ...@@ -64,7 +64,7 @@ export const postUserTransferApi = function (json) {
}; };
// 获取回访信息 // 获取回访信息
export const getCallBackApi = function (json) { export const getCallBackApi = function (json) {
console.log(json, 9001) // console.log(json, 9001)
return Vue.prototype.$fetch(`${_baseUrl}api/admin/user/visit/${json.user_id}`, json) return Vue.prototype.$fetch(`${_baseUrl}api/admin/user/visit/${json.user_id}`, json)
}; };
// 添加回访信息 // 添加回访信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment