Commit d7b1ee30 by qiaoyanqi

反馈信息隔离

parent 4f01407c
......@@ -61,7 +61,7 @@ export default {
return {
modalShow:false,
init:false,
hideButtonGroup: false,
hideButtonGroup: true,
params:{'isEdit':true},
};
},
......
......@@ -120,7 +120,8 @@ export default {
pagination: true, //-是否分页 如果不开启下面的参数不会生效
offset: getOffset, // -第几页
limit: this.modalShow ? getLimit : this.limit, //-一页多少行
readState:0
readState:0,
userId:window.nros.getUser().conetxtUser.id
};
const { data } = await window.GMS.$http.post(url, params);
if(this.modalShow){
......
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