Commit 21a9c8c6 authored by 黄奎's avatar 黄奎

页面修改

parent 2e0c42c7
...@@ -86,7 +86,6 @@ ...@@ -86,7 +86,6 @@
type: Number, type: Number,
default: 1 default: 1
}, },
}, },
components: { components: {
backinfoForm, backinfoForm,
...@@ -97,15 +96,12 @@ ...@@ -97,15 +96,12 @@
persistent: true, persistent: true,
tabCheck: 'first', //默认选第一个 tabCheck: 'first', //默认选第一个
loading: false, loading: false,
} }
}, },
created() { created() {
console.log("setingObj", this.setingObj)
},
mounted() {
x
}, },
mounted() {},
methods: { methods: {
refreshPage() { refreshPage() {
this.persistent = false; this.persistent = false;
......
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
padding-bottom: 40px; padding-bottom: 40px;
height: 770px; height: 770px;
overflow: auto; overflow: auto;
margin-bottom: 40px;
} }
.backflowContent::-webkit-scrollbar { .backflowContent::-webkit-scrollbar {
......
...@@ -228,7 +228,6 @@ ...@@ -228,7 +228,6 @@
this.isShowBillForm = true; this.isShowBillForm = true;
this.showType = type; this.showType = type;
this.billObj = item; this.billObj = item;
}, },
//重新查询 //重新查询
resetSearch() { resetSearch() {
......
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