Commit 007944e1 by 展昭

更改页面文件夹

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