Commit 58a2bac9 authored by 黄奎's avatar 黄奎

页面修改

parent 3bd345d5
...@@ -191,7 +191,6 @@ ...@@ -191,7 +191,6 @@
}, },
created() {}, created() {},
mounted() { mounted() {
console.log("this.$route.query", this.$route.query)
if (this.$route.query && this.$route.query.id) { if (this.$route.query && this.$route.query.id) {
this.msg.BatchId = this.$route.query.id this.msg.BatchId = this.$route.query.id
} }
......
...@@ -205,7 +205,6 @@ ...@@ -205,7 +205,6 @@
this.loading = true; this.loading = true;
this.msgFinance.BatchId = id; this.msgFinance.BatchId = id;
SetCommissionPeriodsFinanace(this.msgFinance).then(res => { SetCommissionPeriodsFinanace(this.msgFinance).then(res => {
console.log("res",res);
if (res.Code == 1) { if (res.Code == 1) {
this.getList(); this.getList();
this.$q.notify({ this.$q.notify({
......
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