Commit aad5a28f authored by 吴冠's avatar 吴冠

更新

parent 6b375a02
......@@ -69,8 +69,7 @@
@current-change="handleCurrentChange"
:current-page="currentPage"
:size="size"
:page-sizes="[10]"
layout="total, prev, pager, next,sizes, jumper"
layout="total, prev, pager, next, jumper"
:total="total"
>
</el-pagination>
......@@ -227,7 +226,7 @@ export default {
}else{
console.log(111111111111111111)
let mess = {}
mess.cateId = 124
mess.cateId = this.detailsId
this.getListContent(mess);
}
/* if(this.activeName =='124'){
......@@ -238,6 +237,7 @@ export default {
/* console.log(this.detailsId)
this.getListContent(mess); */
Cookies.remove("status")
Cookies.remove("contentStatus")
},
},
};
......
......@@ -148,6 +148,7 @@ import Cookies from 'js-cookie'
if(code==200){
if(total==0){
this.$message.error("当前查询无内容!")
this.getData.currentPage = 1;
this.reset()
}else{
this.$message.success("查询成功!")
......
......@@ -222,6 +222,7 @@ import Cookies from 'js-cookie'
if(code==200){
if(total==0){
this.$message.error("当前查询无内容!")
this.getData.currentPage = 1;
this.reset()
}else{
this.$message.success("查询成功!")
......
......@@ -182,6 +182,7 @@ import Cookies from 'js-cookie'
if(code==200){
if(total==0){
this.$message.error("当前查询无内容!")
this.getData.currentPage = 1;
this.reset()
}else{
this.$message.success("查询成功!")
......
......@@ -239,6 +239,7 @@ export default {
if(code==200){
if(total==0){
this.$message.error("当前查询无内容!")
this.getData.currentPage = 1;
this.reset()
}else{
this.$message.success("查询成功!")
......
......@@ -150,6 +150,7 @@ import Cookies from 'js-cookie'
if(code==200){
if(total==0){
this.$message.error("当前查询无内容!")
this.getData.currentPage = 1;
this.reset()
}else{
this.$message.success("查询成功!")
......
......@@ -150,6 +150,7 @@ import Cookies from 'js-cookie'
if(code==200){
if(total==0){
this.$message.error("当前查询无内容!")
this.getData.currentPage = 1;
this.reset()
}else{
this.$message.success("查询成功!")
......
......@@ -148,6 +148,7 @@ import Cookies from 'js-cookie'
if(code==200){
if(total==0){
this.$message.error("当前查询无内容!")
this.getData.currentPage = 1;
this.reset()
}else{
this.$message.success("查询成功!")
......
......@@ -229,6 +229,7 @@ export default {
if(code==200){
if(total==0){
this.$message.error("当前查询无内容!")
this.getData.currentPage = 1;
this.reset()
}else{
this.$message.success("查询成功!")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment