Commit bd386415 by 刘泽奇

123

parent e67543de
......@@ -6,6 +6,7 @@
<el-dialog title="公司注册方案" :visible.sync="companyAddDialog" width="60%" center>
<companysub />
</el-dialog>
<div class="company-find">
<div class="box">
<div>方案编号:</div>
......@@ -121,7 +122,7 @@
<Companydetail />
</el-dialog>
</div>
<div class="block">
<!-- <div class="block">
<el-pagination
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
......@@ -130,7 +131,7 @@
layout="prev, pager, next, jumper"
:total="1000"
></el-pagination>
</div>
</div>-->
</el-tab-pane>
<el-tab-pane label="云上公司注册" name="2">
<el-dialog title="云上公司注册方案" :visible.sync="cloudCompanyAddDialog" width="60%" center>
......@@ -249,7 +250,7 @@
<Clouddetails />
</el-dialog>
</div>
<div class="block">
<!-- <div class="block">
<el-pagination
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
......@@ -258,7 +259,7 @@
layout="prev, pager, next, jumper"
:total="1000"
></el-pagination>
</div>
</div>-->
</el-tab-pane>
</el-tabs>
</div>
......@@ -268,6 +269,7 @@ import Companysub from "./Companysub.vue";
import Cloudcompany from "./Cloudcompany.vue";
import Companydetail from "./Companydetail.vue";
import Clouddetails from "./Clouddetails.vue";
import req from "axios";
export default {
components: {
Companysub,
......@@ -412,6 +414,15 @@ export default {
break;
}
}
},
created() {
req.post(
"123",
{
params: { abc: "4444" }
},
{ headers: { asd: "123" } }
);
}
};
</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