Explorar el Código

草稿箱总条数使用 res.Total, 不使用 Content数组的长度

yunxing hace 5 años
padre
commit
c9bc475b90
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/menuList.vue

+ 1 - 0
src/components/menuList.vue

@@ -116,6 +116,7 @@ export default {
                 this.draftNum = null
                 return false
             }
+            // 草稿箱总条数使用 res.Total, 不使用 Content数组的长度
             this.draftNum = res.Total || null
         },
         //入草稿箱