Commit de09084a authored by 祁正's avatar 祁正

feat(通知单承接):创建控制计划搭建

parent 4e145870
......@@ -79,8 +79,7 @@
<div>
<div class="baseInfoTitle">
<div style="line-height: 15px;">
{{cn.marketRegulationsList}}
本次普思认证提供的变更记录
</div>
</div>
<el-form v-model="queryParams" ref="queryRef" :inline="true" class="form-container">
......@@ -215,6 +214,18 @@ function getTopInfo(){
controlPlantableList.value.push(res.data)
})
}
function handleQuery(){
queryParams.value.pageNum = 1
getList()
}
function resetQuery(){
queryParams.value ={
pageNum:1,
pageSize:10,
notificationId:id
}
getList()
}
//获取版本号等信息
function getVersionInfo(id){
......
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