Commit bd386415 by 刘泽奇

123

parent e67543de
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<el-dialog title="公司注册方案" :visible.sync="companyAddDialog" width="60%" center> <el-dialog title="公司注册方案" :visible.sync="companyAddDialog" width="60%" center>
<companysub /> <companysub />
</el-dialog> </el-dialog>
<div class="company-find"> <div class="company-find">
<div class="box"> <div class="box">
<div>方案编号:</div> <div>方案编号:</div>
...@@ -121,7 +122,7 @@ ...@@ -121,7 +122,7 @@
<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"
...@@ -130,7 +131,7 @@ ...@@ -130,7 +131,7 @@
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,7 +250,7 @@ ...@@ -249,7 +250,7 @@
<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"
...@@ -258,7 +259,7 @@ ...@@ -258,7 +259,7 @@
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>
...@@ -268,6 +269,7 @@ import Companysub from "./Companysub.vue"; ...@@ -268,6 +269,7 @@ import Companysub from "./Companysub.vue";
import Cloudcompany from "./Cloudcompany.vue"; import Cloudcompany from "./Cloudcompany.vue";
import Companydetail from "./Companydetail.vue"; import Companydetail from "./Companydetail.vue";
import Clouddetails from "./Clouddetails.vue"; import Clouddetails from "./Clouddetails.vue";
import req from "axios";
export default { export default {
components: { components: {
Companysub, Companysub,
...@@ -412,6 +414,15 @@ export default { ...@@ -412,6 +414,15 @@ export default {
break; break;
} }
} }
},
created() {
req.post(
"123",
{
params: { abc: "4444" }
},
{ headers: { asd: "123" } }
);
} }
}; };
</script> </script>
......
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