|
|
@@ -104,17 +104,17 @@
|
|
|
isChange: false
|
|
|
}
|
|
|
},
|
|
|
- mounted () {
|
|
|
- setInterval(() => {
|
|
|
- let _this = this
|
|
|
- _this.timerIndex ++
|
|
|
- if (_this.timerIndex % 45 === 0) {
|
|
|
- for (let i = 0; i < _this.listTemplate.content.length; i++) {
|
|
|
- this.purchaseManList.content.push(_this.listTemplate.content[i])
|
|
|
- }
|
|
|
- }
|
|
|
- }, 3000)
|
|
|
- },
|
|
|
+// mounted () {
|
|
|
+// setInterval(() => {
|
|
|
+// let _this = this
|
|
|
+// _this.timerIndex ++
|
|
|
+// if (_this.timerIndex % 45 === 0) {
|
|
|
+// for (let i = 0; i < _this.listTemplate.content.length; i++) {
|
|
|
+// this.purchaseManList.content.push(_this.listTemplate.content[i])
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }, 3000)
|
|
|
+// },
|
|
|
filters: {
|
|
|
date: function (date) {
|
|
|
const now = new Date().getDate()
|