提交评分修改

main
wanglei 1 month ago
parent ca121598b3
commit 1a747622d4

@ -219,6 +219,11 @@ export default {
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
const loading1 = this.$loading({
lock: true,
text: '提交中,请等待...',
spinner: 'el-icon-more',
});
VoteEmpSubmit({ VoteEmpSubmit({
khitemTypeid : this.vote.khitemTypeid, khitemTypeid : this.vote.khitemTypeid,
pingceId : this.vote.pingceId, pingceId : this.vote.pingceId,
@ -228,8 +233,11 @@ export default {
uid : 1, uid : 1,
voteEmpList: voteEmpList voteEmpList: voteEmpList
}).then(response => { }).then(response => {
loading1.close()
this.$modal.msgSuccess("提交成功"); this.$modal.msgSuccess("提交成功");
this.$router.go(-1) this.$router.go(-1)
}).catch(()=>{
loading1.close()
}); });
}).catch(() => { }).catch(() => {
this.$message({ this.$message({

Loading…
Cancel
Save