文件名从 src/views/specialWorkSystem/workFlow/approveRule/index.vue 修改 |
| | |
| | | import { toRefs, reactive, ref, onMounted } from 'vue'; |
| | | import { Edit, View, Plus, Delete, Refresh, Search, Download } from '@element-plus/icons-vue'; |
| | | import { ElTable, ElMessage, ElMessageBox } from 'element-plus'; |
| | | import approveRuleDialog from '/@/views/specialWorkSystem/workFlow/approveRule/components/approveRuleDialog.vue'; |
| | | import approveRuleDialog from '/@/views/specialWorkSystem/flow/ruleofApp/components/approveRuleDialog.vue'; |
| | | import { departmentApi } from '/@/api/systemManage/department'; |
| | | import { approveRuleApi } from '/@/api/specialWorkSystem/approveRule/index'; |
| | | import { userApi } from '/@/api/systemManage/user'; |