Commit bc1a7b23 authored by youjie's avatar youjie

no message

parent b58dd8ad
...@@ -165,6 +165,7 @@ ...@@ -165,6 +165,7 @@
//调用接口 //调用接口
proxy.$request("/Teacher/BatchSetStuComment", data.msg).then(res => { proxy.$request("/Teacher/BatchSetStuComment", data.msg).then(res => {
if (res) { if (res) {
//状态性显示
data.saveLoading = false data.saveLoading = false
uni.hideLoading() uni.hideLoading()
uni.showToast({ uni.showToast({
...@@ -185,8 +186,11 @@ ...@@ -185,8 +186,11 @@
HomeWorkIds:[],// 所有的作业编号 HomeWorkIds:[],// 所有的作业编号
} }
} }
}).catch(error=>{
//状态性显示
data.saveLoading = false
}) })
//状态性显示
}, },
// 获取模板数据 // 获取模板数据
GetCourseCommentList(){ GetCourseCommentList(){
......
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