|
@@ -18,7 +18,7 @@ import {
|
|
|
InputNumber,
|
|
|
Radio
|
|
|
} from 'antd';
|
|
|
-import { getGameState, splitUrl, getprovince ,getReleaseStateList
|
|
|
+import { getGameState, splitUrl, getprovince ,getReleaseStateList,getTypeModule
|
|
|
} from '@/tools.js';
|
|
|
import { releaseStateList } from '@/dataDic.js';
|
|
|
|
|
@@ -77,6 +77,7 @@ const BusinessProject = Form.create()(
|
|
|
price: thisdata.price, //市场价
|
|
|
superName: superName,
|
|
|
cname: cname,
|
|
|
+ module:thisdata,module,
|
|
|
companyName:thisdata.companyName,
|
|
|
city: thisdata.city,
|
|
|
activityPrice: thisdata.activityPrice ? thisdata.activityPrice : '', //最低折扣
|