流程标识管理功能新增

This commit is contained in:
2024-05-13 21:11:34 +08:00
parent df20141670
commit 3e254f820b
11 changed files with 646 additions and 330 deletions

View File

@@ -28,7 +28,6 @@ import Table from '@/components/table/index.vue'
import TableHeader from '@/components/table/header/index.vue'
import { onMounted, provide, ref } from 'vue'
import { useRouter } from 'vue-router'
import { deleteSgMachine } from '@/api/advance-boot/sgGroven/sgMachine'
import { ElMessage } from 'element-plus'
import { Plus } from '@element-plus/icons-vue'
import CategoryPopup from '@/views/system/bpm/category/categoryPopup.vue'
@@ -103,7 +102,7 @@ onMounted(() => {
// 加载数据
tableStore.index()
})
tableStore.table.params.searchValue = ''
tableStore.table.params.name = ''
provide('tableStore', tableStore)
const add = () => {