2023年4月15日 修复问题

This commit is contained in:
bai 2023-04-15 19:02:30 +08:00
parent 15759be26f
commit f1e52ee738
4 changed files with 4 additions and 4 deletions

View File

@ -235,7 +235,7 @@ function createAxios(opt?: Partial<CreateAxiosOptions>) {
// authentication schemese.g: Bearer
// authenticationScheme: 'Bearer',
authenticationScheme: '',
timeout: 10 * 1000,
timeout: 20 * 1000,
// 基础接口地址
// baseURL: globSetting.apiUrl,
headers: { 'Content-Type': ContentTypeEnum.JSON },

View File

@ -64,7 +64,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'hh_dictText'
},
{
title: '星期',
title: '星期',
align: "center",
width: '70px',
dataIndex: 'week_dictText'

View File

@ -50,7 +50,7 @@
</a-col>
<a-col :span="12">
<a-form-item label="开课单位" v-bind="validateInfos.kkdw">
<j-dict-select-tag v-model:value="formData.kkdw" dictCode="tkrszdw_view,college,college" placeholder="请选择开课单位" :disabled="disabled"/>
<j-dict-select-tag v-model:value="formData.kkdw" dictCode="kc_kkdw_view,kkdw,id" placeholder="请选择开课单位" :disabled="disabled"/>
</a-form-item>
</a-col>
<a-col :span="12">

View File

@ -27,7 +27,7 @@
<template v-if="type == 'all' || type == 'js'">
<a-col :span="12">
<a-form-item label="开课单位" v-bind="validateInfos.kkdw">
<j-dict-select-tag v-model:value="formData.kkdw" dictCode="tkrszdw_view,college,college" placeholder="请选择开课单位" :disabled="disabled"/>
<j-dict-select-tag v-model:value="formData.kkdw" dictCode="kc_kkdw_view,kkdw,id" placeholder="请选择开课单位" :disabled="disabled"/>
</a-form-item>
</a-col>
<a-col :span="12">