mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 07:46:43 +08:00
提交修改
This commit is contained in:
@@ -103,7 +103,6 @@ export default {
|
||||
query.sysCreateAid = this.userInfo.aid;
|
||||
apiArticle.myPageList(query).then(res => {
|
||||
if (res.status == 200) {
|
||||
console.log(res)
|
||||
this.total = res.result.count;
|
||||
this.pageData.list = res.result.list;
|
||||
if(this.pageData.list.length!=0){
|
||||
|
||||
Reference in New Issue
Block a user