Browse Source

【pc端 - 初心互助-活动管理 】-【打卡积分-前端bug修改】-(魏凯)-2020/06/01

master
weikai 6 years ago
parent
commit
911d4700bd
  1. 4
      src/views/modules/heart/actuserclock-detail.vue

4
src/views/modules/heart/actuserclock-detail.vue

@ -334,6 +334,10 @@ export default {
if (!valid) {
return false
}
// array == undefined || array.length <= 0
if (this.dataList == undefined || this.dataList.length <= 0){
return this.$message.error('请先确认打卡信息')
}
if (this.dataForm.failureReason.length > 100) {
return this.$message.error('处理意见不超过100字')
}

Loading…
Cancel
Save