安全例会当前登录用户只能查看自己可参与的会议优化
parent
a978688811
commit
0a0263cd1e
|
@ -54,6 +54,7 @@
|
|||
<script>
|
||||
import {
|
||||
basePath,
|
||||
loginUser,
|
||||
loginSession,
|
||||
} from '@/common/tool.js';
|
||||
import tkiTree from "@/components/select-tree/select-tree.vue"
|
||||
|
@ -66,6 +67,7 @@
|
|||
showRight: false,
|
||||
dataFlag: 'noData',
|
||||
sTop: 0,
|
||||
loginUser :'',
|
||||
totalHeight: 0,
|
||||
list: [], //返回数据
|
||||
page: 1, //分页参数--页数
|
||||
|
@ -184,6 +186,7 @@
|
|||
_this.getDate(); //开始分页查询
|
||||
}
|
||||
},
|
||||
|
||||
getDate() {
|
||||
var _this = this;
|
||||
if (_this.isEnd) {
|
||||
|
@ -204,6 +207,7 @@
|
|||
},
|
||||
data: {
|
||||
MEETING_TITLE: _this.NameLikes, //关键字模糊查询
|
||||
USER_ID:loginUser.USER_ID,
|
||||
},
|
||||
success: (res) => {
|
||||
uni.hideLoading(); //结束加载中动画
|
||||
|
|
Loading…
Reference in New Issue