This commit is contained in:
熊成强 2020-11-16 17:49:03 +08:00
parent 4ccaa2b78a
commit c46f41d852

View File

@ -192,6 +192,7 @@ export default {
if (res1.code !== 200) {
this.loadingTi = false
this.$message.error(res1.msg)
return
}
const obj = {status: 1, menuName: this.tableInfo.result ? '提交了结果值' : '提交了评分'}
const params = Object.assign({}, {resultRecordId: this.$route.query.id || ''}, obj)