Conflicts:
	src/views/bpm/oa/leave/create.vue
	src/views/bpm/oa/leave/detail.vue
This commit is contained in:
YunaiV
2023-04-15 16:06:17 +08:00
139 changed files with 1202 additions and 1033 deletions

View File

@ -42,7 +42,7 @@
</el-form-item>
</el-form>
</template>
<script setup lang="ts">
<script setup name="BpmOALeaveCreate" lang="ts">
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
import * as LeaveApi from '@/api/bpm/leave'
import { useTagsViewStore } from '@/store/modules/tagsView'