Browse Source

【pc端 添加用户指标展示管理】-【修改提示信息】-(魏凯)-2020/11/30

master
weikai 5 years ago
parent
commit
0e1c5dfe30
  1. 2
      src/views/modules/kpi/useranalysisnote-add.vue

2
src/views/modules/kpi/useranalysisnote-add.vue

@ -142,7 +142,7 @@ export default {
dataFormSubmitHandle () { dataFormSubmitHandle () {
if (this.formData.length < 1 || this.formData[0].username === '') { if (this.formData.length < 1 || this.formData[0].username === '') {
this.$message({ this.$message({
message: '请选择书记!', message: '请选择用户!',
type: 'warning' type: 'warning'
}) })
return false return false

Loading…
Cancel
Save