@@ -72,11 +72,15 @@
label: "企业id",
prop: "enterpriseId",
hide:true,
- type:'select',
- dicUrl:'/api/cyzh-enterprise/enterprise/list',
- dicFormatter: (res)=>{
- return res.data.records;
- },
+ // type:'select',
+ // dicUrl:'/api/cyzh-enterprise/enterprise/list?',
+ // props: {
+ // label: "dictValue",
+ // value: "dictKey"
+ // },
+ // dicFormatter: (res)=>{
+ // return res.data.records;
rules: [{
required: true,
message: "请输入企业id",
@@ -118,7 +118,7 @@
hide: true,
search: true,
type: "select",
- dicUrl: "/api/cyzh-smart-party/branch/list",
+ dicUrl: "/api/cyzh-smart-party/branch/list?current=1&size=99999",
dicFormatter: (res)=>{
return res.data.records;
},
@@ -84,10 +84,13 @@
searchSpan: 6,
overHidden: true,
- // dicUrl: `/api/enterprise/enterprise/getList`,
+ dicUrl: '/api/cyzh-enterprise/staff/list',
+ dicFormatter: (res)=>{
+ return res.data.records;
+ },
props: {
label: "enterpriseName",
- value: "id"
+ value: "enterpriseId"
@@ -28,6 +28,7 @@ module.exports = {
'/api': {
//本地服务接口地址
target: 'http://localhost',
+ // target: 'http://36.103.227.152:1777/api',
ws: true,
pathRewrite: {
'^/api': '/'