|
@@ -730,7 +730,7 @@ export default {
|
|
})
|
|
})
|
|
.catch(() => {});
|
|
.catch(() => {});
|
|
},
|
|
},
|
|
- // 手机柜线上地址
|
|
|
|
|
|
+ // 手机柜线上地址console
|
|
xianShang() {
|
|
xianShang() {
|
|
// var today = new Date();
|
|
// var today = new Date();
|
|
// var h = today.getHours();
|
|
// var h = today.getHours();
|
|
@@ -769,7 +769,7 @@ export default {
|
|
getlist() {
|
|
getlist() {
|
|
listNotice().then((res) => {
|
|
listNotice().then((res) => {
|
|
this.noticeList = res.data;
|
|
this.noticeList = res.data;
|
|
- console.log(this.noticeList);
|
|
|
|
|
|
+ // console.log(this.noticeList);
|
|
this.noticeList.forEach((item) => {
|
|
this.noticeList.forEach((item) => {
|
|
// var newDate=/\d{4}-\d{1,2}-\d{1,2}/g.exec(item.createTime)
|
|
// var newDate=/\d{4}-\d{1,2}-\d{1,2}/g.exec(item.createTime)
|
|
var a = item.createTime.substring(0, 10).split("-");
|
|
var a = item.createTime.substring(0, 10).split("-");
|
|
@@ -779,7 +779,7 @@ export default {
|
|
},
|
|
},
|
|
getworklist() {
|
|
getworklist() {
|
|
getWorkTask().then((res) => {
|
|
getWorkTask().then((res) => {
|
|
- console.log(res);
|
|
|
|
|
|
+ // console.log(res);
|
|
this.worklist = res.data;
|
|
this.worklist = res.data;
|
|
});
|
|
});
|
|
},
|
|
},
|