This commit is contained in:
Vergil
2020-03-26 11:25:14 +08:00
parent d3b17f4a2a
commit ab0d88b80a
2 changed files with 12 additions and 12 deletions

View File

@@ -394,6 +394,7 @@ import Cookie from 'js-cookie'
export default {
data() {
return {
a: 0,
checked_hebing: true,
checked_UrgentItem: false,
UrgentItem: 0,
@@ -531,16 +532,16 @@ export default {
// if (to.name === 'InitialProduction') {
// _this.typeChange()
// }
// },
// '$route': {
// handler(route) {
// const _this = this
// console.log(route.name)
// if (route.name === 'InitialProduction') {
// _this.typeChange()
// }
// }
// }
// // '$route': {
// // handler(route) {
// // const _this = this
// // console.log(route.name)
// // if (route.name === 'InitialProduction') {
// // _this.typeChange()
// // }
// // }
// // }
// },
created() {
this.typeChange()
@@ -1373,4 +1374,3 @@ export default {
margin-bottom: 13px;
}
</style>