@@ -101,6 +101,7 @@
pageSize: this.pageSize,
currentPage: this.currentPage,
compId: uni.getStorageSync('pcUserInfo').compId,
+ createUserId : uni.getStorageSync('userInfo').id
}).then(res => {
if (res.data.code == 200) {
uni.hideLoading()