| | |
| | | import { reactive, toRefs, ref } from 'vue'; |
| | | import { ElMessage } from 'element-plus/es'; |
| | | import { approveRuleApi } from '/@/api/specialWorkSystem/approveRule'; |
| | | import { Edit, View, Plus, Delete, Refresh, Search, Download } from '@element-plus/icons-vue'; |
| | | import approveLevelDialog from '/@/views/specialWorkSystem/workFlow/approveRule/components/approveLevelDialog.vue'; |
| | | interface dataState { |
| | | title: string; |
| | |
| | | } |
| | | export default { |
| | | name: 'approveRuleDialog', |
| | | components: { approveLevelDialog }, |
| | | components: { approveLevelDialog,Plus }, |
| | | setup(props: any, context: any) { |
| | | const approveRuleFormRef = ref(); |
| | | const approveLevelDialogRef = ref(); |
| | |
| | | |
| | | return { |
| | | ...toRefs(data), |
| | | Plus, |
| | | clearValue, |
| | | parseNumber, |
| | | approveLevelDialog, |