fix : 修复文件下载、专项资金新增、删除功能、流程新增细节优化
This commit is contained in:
@@ -324,6 +324,7 @@ const doPublish = () => {
|
||||
type: res.code === 1000 ? 'success' : 'error'
|
||||
})
|
||||
if (res.code === 1000) {
|
||||
validVisible.value = false
|
||||
tagsViewStore.delVisitedViews(router.currentRoute.value.path)
|
||||
router.push("/workflow/process")
|
||||
}
|
||||
|
||||
@@ -142,14 +142,15 @@ const selectDefinition = ref(null)
|
||||
const historyVersionList = ref([])
|
||||
const singleTable = ref()
|
||||
const isVisited = ref(false)
|
||||
|
||||
onActivated(()=>{
|
||||
getList()
|
||||
})
|
||||
//重置搜索
|
||||
const handleReset = () => {
|
||||
queryForm.value.resetFields()
|
||||
getList()
|
||||
}
|
||||
|
||||
|
||||
//获取数据
|
||||
const getList = async () => {
|
||||
let params = {
|
||||
|
||||
Reference in New Issue
Block a user