Commit 3e749111 authored by 黄奎's avatar 黄奎

页面修改

parent 6d5d8738
...@@ -32,9 +32,6 @@ ...@@ -32,9 +32,6 @@
data() { data() {
return { return {
persistent: true, persistent: true,
msg: {
},
baseObj: {}, baseObj: {},
} }
}, },
......
...@@ -151,6 +151,7 @@ ...@@ -151,6 +151,7 @@
type: Object, type: Object,
default: null default: null
}, },
//是否显示转交
isJudgeTrans: { isJudgeTrans: {
type: Number, type: Number,
default: null default: null
...@@ -554,7 +555,6 @@ ...@@ -554,7 +555,6 @@
.operate_Content { .operate_Content {
overflow: auto; overflow: auto;
/* padding-right: 20px; */
} }
.operate_Content::-webkit-scrollbar { .operate_Content::-webkit-scrollbar {
......
...@@ -881,7 +881,6 @@ ...@@ -881,7 +881,6 @@
if (res.Code == 1) { if (res.Code == 1) {
this.TransListData = res.Data; this.TransListData = res.Data;
this.MyTransListData = res.Data; this.MyTransListData = res.Data;
console.log(res,'数据');
} }
}); });
}, },
......
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