mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 17:21:53 +08:00
fix: dicttype 不能修改
This commit is contained in:
parent
8edce3874a
commit
c0ccada3c2
@ -90,7 +90,6 @@ service.interceptors.request.use(
|
|||||||
// response 拦截器
|
// response 拦截器
|
||||||
service.interceptors.response.use(
|
service.interceptors.response.use(
|
||||||
async (response: AxiosResponse<Recordable>) => {
|
async (response: AxiosResponse<Recordable>) => {
|
||||||
console.info(response)
|
|
||||||
const { data } = response
|
const { data } = response
|
||||||
if (!data) {
|
if (!data) {
|
||||||
// 返回“[HTTP]请求没有返回值”;
|
// 返回“[HTTP]请求没有返回值”;
|
||||||
|
@ -29,6 +29,9 @@ export const crudSchemas = reactive<CrudSchema[]>([
|
|||||||
field: 'dictType',
|
field: 'dictType',
|
||||||
table: {
|
table: {
|
||||||
show: false
|
show: false
|
||||||
|
},
|
||||||
|
form: {
|
||||||
|
show: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user