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

页面修改

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