develop #26
@ -17,8 +17,8 @@ export default defineConfig({
|
||||
},
|
||||
proxy: {
|
||||
'/api/': {
|
||||
target: 'http://10.39.13.78:8002/',
|
||||
// target: 'http://test-company.linyikj.com.cn/',
|
||||
// target: 'http://10.39.13.78:8002/',
|
||||
target: 'http://test-company.linyikj.com.cn/',
|
||||
// target: 'https://company.linyikj.com.cn/',
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '^': '' },
|
||||
|
||||
@ -45,7 +45,7 @@ export default function Update(props: MyBetaModalFormProps) {
|
||||
Apis.Refund.Refunds.Store({
|
||||
...values,
|
||||
business_id: props.item?.id ?? '',
|
||||
type: 'HouseBill',
|
||||
type: 'Bill',
|
||||
})
|
||||
.then(() => {
|
||||
props.reload?.();
|
||||
|
||||
@ -23,7 +23,10 @@ export default function TaskShow(props: MyBetaModalFormProps) {
|
||||
{...MyProTableProps.props}
|
||||
request={async (params, sort) =>
|
||||
MyProTableProps.request(
|
||||
{ ...params, house_meter_task_id: props?.item?.id },
|
||||
{
|
||||
...params,
|
||||
house_meter_task_id: props?.item?.house_meter_task_id,
|
||||
},
|
||||
sort,
|
||||
Apis.Meter.HouseMeterTaskDetails.List,
|
||||
)
|
||||
|
||||
@ -23,7 +23,7 @@ export default function SurveysList({ title = '问卷设置' }) {
|
||||
type="primary"
|
||||
icon={<PlusOutlined />}
|
||||
onClick={() => {
|
||||
navigate('/quality/marketing/survey/pages/create_surveys');
|
||||
navigate('/quality/survey/pages/create_surveys');
|
||||
}}
|
||||
title="新增问卷"
|
||||
/>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user