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