|
@@ -73,7 +73,7 @@ export default {
|
|
|
methods: {
|
|
methods: {
|
|
|
allRead(){
|
|
allRead(){
|
|
|
let that = this
|
|
let that = this
|
|
|
- this.$util.confirmModal({content:'确认全部设为已读?'},() => {
|
|
|
|
|
|
|
+ this.$util.confirmModal({content:'全部设为已读?'},() => {
|
|
|
allReadNotify().then(res=>{
|
|
allReadNotify().then(res=>{
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
that.$msg(res.msg)
|
|
that.$msg(res.msg)
|