Commit e61e7724 by 刘泽奇

123

parent 12d83d2f
...@@ -121,16 +121,16 @@ ...@@ -121,16 +121,16 @@
<Companydetail /> <Companydetail />
</el-dialog> </el-dialog>
</div> </div>
<!-- <div class="block"> <div class="block">
<el-pagination <el-pagination
@size-change="handleSizeChange" @size-change="handleSizeChange"
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:current-page.sync="currentPage3" :current-page.sync="currentPage2"
:page-size="100" :page-size="100"
layout="prev, pager, next, jumper" layout="prev, pager, next, jumper"
:total="1000" :total="1000"
></el-pagination> ></el-pagination>
</div>--> </div>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="云上公司注册" name="2"> <el-tab-pane label="云上公司注册" name="2">
<el-dialog title="云上公司注册方案" :visible.sync="cloudCompanyAddDialog" width="60%" center> <el-dialog title="云上公司注册方案" :visible.sync="cloudCompanyAddDialog" width="60%" center>
...@@ -249,16 +249,16 @@ ...@@ -249,16 +249,16 @@
<Clouddetails /> <Clouddetails />
</el-dialog> </el-dialog>
</div> </div>
<!-- <div class="block"> <div class="block">
<el-pagination <el-pagination
@size-change="handleSizeChange" @size-change="handleSizeChange"
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:current-page.sync="currentPage3" :current-page.sync="currentPage2"
:page-size="100" :page-size="100"
layout="prev, pager, next, jumper" layout="prev, pager, next, jumper"
:total="1000" :total="1000"
></el-pagination> ></el-pagination>
</div>--> </div>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
</div> </div>
...@@ -446,11 +446,38 @@ export default { ...@@ -446,11 +446,38 @@ export default {
}, },
created() { created() {
req.post( req.post(
"123", "/api/web/action/icapi/springBoard",
{ {
params: { abc: "4444" } actionType: "submitProgramme",
actionBody: {
needNo: "N202002141324bupnr8L",
solutionContent: {
bizType: "companyreg",
notes: "方案备注",
solution: {
//公司注册方案
entName: "公司名称",
province: "省",
city: "市",
taxpayerType: "纳税人类型",
entNature: "公司性质",
organizationType: "组织类型",
industry: "行业",
businessScope: "经营范围",
//云上公司注册方案
regPark: "注册园区",
regType: "注册类型",
productType: "产品类型"
}
}
}
}, },
{ headers: { asd: "123" } } {
headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "39fcf7bc5f6c4e55a1f85d750e37316b"
}
}
); );
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment