Commit 352bc8e3 authored by zhengke's avatar zhengke

修改

parent 9b4ba6ea
...@@ -236,7 +236,6 @@ ...@@ -236,7 +236,6 @@
} }
.scheList_Bottom { .scheList_Bottom {
margin: 15px 20px 0 20px;
font-size: 14px; font-size: 14px;
color: #000000; color: #000000;
height: 46px; height: 46px;
......
...@@ -205,7 +205,6 @@ ...@@ -205,7 +205,6 @@
} }
.scheList_Bottom { .scheList_Bottom {
margin: 15px 20px 0 20px;
font-size: 14px; font-size: 14px;
color: #000000; color: #000000;
height: 46px; height: 46px;
...@@ -336,7 +335,7 @@ ...@@ -336,7 +335,7 @@
methods: { methods: {
//请求数据 //请求数据
getList() { getList() {
OnDuty(this.msg).then(res => { OnDuty_V2(this.msg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.dataList = res.Data; this.dataList = res.Data;
this.msg.PlanDate = res.Data.PlanDate; this.msg.PlanDate = res.Data.PlanDate;
......
...@@ -212,7 +212,6 @@ ...@@ -212,7 +212,6 @@
} }
.scheList_Bottom { .scheList_Bottom {
margin: 15px 20px 0 20px;
font-size: 14px; font-size: 14px;
color: #000000; color: #000000;
height: 46px; height: 46px;
......
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