2023年4月15日 修复问题
This commit is contained in:
parent
15759be26f
commit
f1e52ee738
|
@ -235,7 +235,7 @@ function createAxios(opt?: Partial<CreateAxiosOptions>) {
|
||||||
// authentication schemes,e.g: Bearer
|
// authentication schemes,e.g: Bearer
|
||||||
// authenticationScheme: 'Bearer',
|
// authenticationScheme: 'Bearer',
|
||||||
authenticationScheme: '',
|
authenticationScheme: '',
|
||||||
timeout: 10 * 1000,
|
timeout: 20 * 1000,
|
||||||
// 基础接口地址
|
// 基础接口地址
|
||||||
// baseURL: globSetting.apiUrl,
|
// baseURL: globSetting.apiUrl,
|
||||||
headers: { 'Content-Type': ContentTypeEnum.JSON },
|
headers: { 'Content-Type': ContentTypeEnum.JSON },
|
||||||
|
|
|
@ -64,7 +64,7 @@ export const columns: BasicColumn[] = [
|
||||||
dataIndex: 'hh_dictText'
|
dataIndex: 'hh_dictText'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '星期几',
|
title: '星期',
|
||||||
align: "center",
|
align: "center",
|
||||||
width: '70px',
|
width: '70px',
|
||||||
dataIndex: 'week_dictText'
|
dataIndex: 'week_dictText'
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item label="开课单位" v-bind="validateInfos.kkdw">
|
<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-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<template v-if="type == 'all' || type == 'js'">
|
<template v-if="type == 'all' || type == 'js'">
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item label="开课单位" v-bind="validateInfos.kkdw">
|
<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-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
|
|
Loading…
Reference in New Issue