Commit 7603783a authored by zhengyi's avatar zhengyi

修改提示文案

parent 46cd44ca
......@@ -444,11 +444,11 @@ export default {
return
}
if (!this.form.purpose) {
this.$modal.msgError(this.$t("选择跟进目的"))
this.$modal.msgError(this.$t("填写跟进目的"))
return
}
if (!this.form.feedback) {
this.$modal.msgError(this.$t("选择跟进情况"))
this.$modal.msgError(this.$t("填写跟进情况"))
return
}
if (!this.form.nextTime) {
......
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