Commit 6a8fb57f authored by FE-安焕焕's avatar FE-安焕焕 👣

发送成功提示

parent d8a2b5e7
......@@ -1737,7 +1737,7 @@ import {mapState} from 'vuex'
if (res.data.success == true) {
this.clearInterviewee()
this.modal8 = false
this.$Notice.warn({
this.$Notice.success({
title: '提示',
desc: '发送成功'
});
......
......@@ -1686,7 +1686,7 @@ export default {
if (res.data.success == true) {
this.clearInterviewee()
this.modal8 = false
this.$Notice.warn({
this.$Notice.success({
title: '提示',
desc: '发送成功'
});
......
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