培训评价公告添加审核通过过滤条件

This commit is contained in:
xuchao
2026-01-22 16:58:19 +08:00
parent e0efa9c1cf
commit 292b8ae33c

View File

@@ -81,7 +81,8 @@ function getPolicyData(type = 'add',currentTab='train') {
params={
pageSize:pageSize.value,
pageNum:pageNum.value,
type:current.value
type:current.value,
shenhe: '1',
}
$api.myRequest('/train/public/announcement/list', params).then((resData) => {
if(resData.code==200){
@@ -99,7 +100,8 @@ function getPolicyData(type = 'add',currentTab='train') {
params={
pageSize:pageSize.value,
pageNum:pageNum.value,
type:current.value
type:current.value,
shenhe: '1',
}
$api.myRequest('/train/public/announcement/list', params).then((resData) => {
if(resData.code==200){