[update] 打包项目列表接口,到账开票接口,收入合同关联工作组项目加合同id,图片上传组件修改

This commit is contained in:
zhaoxiao
2021-09-10 19:00:54 +08:00
parent 9c23800c8e
commit 2d35ab113c
6 changed files with 53 additions and 24 deletions
+3 -9
View File
@@ -146,16 +146,10 @@ export default {
scopedSlots: { customRender: 'action' }
}
],
dataSource: [
{
id: 1,
companyTemporaryName: '企业名称'
}
],
url: {
list: '',
delete: '',
deleteBatch: '',
list: '/pack/payPackCompany/list',
delete: '/pack/payPackCompany/delete',
deleteBatch: '/pack/payPackCompany/deleteBatch',
exportXlsUrl: ''
}
}
@@ -126,8 +126,8 @@ export default {
sm: { span: 20 }
},
url: {
add: '',
edit: ''
add: '/pack/payPackCompany/add',
edit: '/pack/payPackCompany/edit'
},
selectedCompany: null,
validatorRules: {