Commit e976e5d2 authored by 黄奎's avatar 黄奎
parents 8202e516 4e8bedd3
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
.superSearchLayer>div>span { .superSearchLayer>div>span {
margin: 0 15px 0 5px; margin: 0 15px 0 5px;
} }
.productQuerybottomLayer { .productQuerybottomLayer {
overflow: auto; overflow: auto;
position: fixed; position: fixed;
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage" <el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="total"> layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="total">
</el-pagination> </el-pagination>
</div> </div>
</template> </template>
...@@ -394,7 +394,7 @@ ...@@ -394,7 +394,7 @@
for (let i = 0; i < res.data.data.pageData.length; i++) { for (let i = 0; i < res.data.data.pageData.length; i++) {
res.data.data.pageData[i]["wxImage"] = ""; res.data.data.pageData[i]["wxImage"] = "";
} }
this.list = res.data.data.pageData; this.list = res.data.data.pageData;
this.list.forEach(element => { this.list.forEach(element => {
element.check = false element.check = false
}); });
...@@ -543,7 +543,10 @@ ...@@ -543,7 +543,10 @@
} }
if (this.msg.StartTime === "") { if (this.msg.StartTime === "") {
let nowDay = this.FormartDate(new Date()); let nowDay = this.FormartDate(new Date());
this.msg.StartTime = nowDay;
let nowdays = new Date()
let Year = new Date().getFullYear()
this.msg.StartTime = Year+'-01-01';
} }
this.getCompanyList();//公司 this.getCompanyList();//公司
this.getList();//产品列表 this.getList();//产品列表
......
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