fix: dicttype 不能修改

This commit is contained in:
xingyu 2022-08-02 11:15:40 +08:00
parent 8edce3874a
commit c0ccada3c2
2 changed files with 3 additions and 1 deletions

View File

@ -90,7 +90,6 @@ service.interceptors.request.use(
// response 拦截器
service.interceptors.response.use(
async (response: AxiosResponse<Recordable>) => {
console.info(response)
const { data } = response
if (!data) {
// 返回“[HTTP]请求没有返回值”;

View File

@ -29,6 +29,9 @@ export const crudSchemas = reactive<CrudSchema[]>([
field: 'dictType',
table: {
show: false
},
form: {
show: false
}
},
{