提交 7ed801fe authored 作者: jinrb's avatar jinrb

列表数据查询到,但是页面不显示问题修改

上级 243424f4
...@@ -254,14 +254,14 @@ export const formSchema: FormSchema[] = [ ...@@ -254,14 +254,14 @@ export const formSchema: FormSchema[] = [
component: 'ApiSelect', component: 'ApiSelect',
required: true, required: true,
ifShow: ({ }) => { ifShow: ({ }) => {
console.log('行政区show', userStore?.userInfo?.userIdentity) // console.log('行政区show', userStore?.userInfo?.userIdentity)
return userStore?.userInfo?.userIdentity == '1' ? true : false return userStore?.userInfo?.userIdentity == '1' ? true : false
}, },
colProps: { span: 12 }, colProps: { span: 12 },
// slot: 'form-city', // slot: 'form-city',
componentProps: ({ formModel, formActionType }) => { componentProps: ({ formModel, formActionType }) => {
// handeCount(formActionType, formModel) // handeCount(formActionType, formModel)
console.log('行政区componentProps') // console.log('行政区componentProps')
return { return {
api: getTown, api: getTown,
params: 440000, // 行政区划编码 params: 440000, // 行政区划编码
......
...@@ -40,10 +40,10 @@ export const list = (params) => { ...@@ -40,10 +40,10 @@ export const list = (params) => {
export const AllFileDown = Api.AllFileDown export const AllFileDown = Api.AllFileDown
export const landingList = (params) => { export const landingList = (params) => {
defHttp.get({ url: Api.landingList, params }); return defHttp.get({ url: Api.landingList, params });
} }
export const landEndList = (params) => { export const landEndList = (params) => {
defHttp.get({ url: Api.landEndList, params }); return defHttp.get({ url: Api.landEndList, params });
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论