提交修改

This commit is contained in:
daihh
2022-05-30 23:25:01 +08:00
parent b050613020
commit b749df42e6
19 changed files with 481 additions and 307 deletions

View File

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