|
@@ -120,7 +120,6 @@ import reimbursementForm from './reimbursementForm'
|
|
|
import reimbursementRatioForm from './reimbursementRatioForm'
|
|
|
import reimbursementInvoiceForm from './reimbursementInvoiceForm'
|
|
|
import reimbursementBusinessForm from './reimbursementBusinessForm'
|
|
|
-import reimbursementBusinessList from './reimbursementBusinessList'
|
|
|
export default {
|
|
|
data () {
|
|
|
return {
|
|
@@ -143,8 +142,7 @@ export default {
|
|
|
reimbursementForm,
|
|
|
reimbursementRatioForm,
|
|
|
reimbursementInvoiceForm,
|
|
|
- reimbursementBusinessForm,
|
|
|
- reimbursementBusinessList
|
|
|
+ reimbursementBusinessForm
|
|
|
},
|
|
|
ReimbursementSys: null,
|
|
|
created () {
|