Commit 007944e1 by 展昭

更改页面文件夹

parent 2813f70b
......@@ -11,7 +11,7 @@ export default [
{
path: "/trusteeship",
name: "trusteeship",
component: () => import("@/views/Trusteeship/index.vue"),
component: () => import("@/views/Bill/trusteeship.vue"),
meta: {
requiresAuth: true,
title: "人事托管 "
......@@ -76,7 +76,7 @@ export default [
{
path: "/annualfee",
name: "annualfee",
component: () => import("@/views/AnnualFee/index.vue"),
component: () => import("@/views/Bill/annualfee.vue"),
meta: {
requiresAuth: true,
title: "会员年费 "
......
......@@ -97,8 +97,10 @@ export default {
[Icon.name]: Icon,
[Popup.name]: Popup
},
data() {
return {
name: "人事托管",
show: false,
title: "人事托管",
currentPer: 0,
......@@ -163,7 +165,7 @@ export default {
}
},
methods: {
...mapActions(["loadBillHosting","savePeriodIndex"]),
...mapActions(["loadBillHosting", "savePeriodIndex"]),
getData() {
this.currentPer = this.$route.query.currentPerIndex;
this.currentPerId = this.$route.query.currentPerId;
......@@ -197,7 +199,7 @@ export default {
},
async loadBillHostingData(accountId) {
let param = {
accountId,
accountId
};
await this.loadBillHosting(param).then(
data => {
......
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 sign in to comment