Procházet zdrojové kódy

全部设为已读

shish před 3 roky
rodič
revize
375c192cf9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ghsApp/src/admin/notice/index.vue

+ 1 - 1
ghsApp/src/admin/notice/index.vue

@@ -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)