|
|
@@ -167,6 +167,10 @@ export default {
|
|
|
...mapGetters({ loginInfo: "getLoginInfo",dictInfo:"getDictionariesInfo" })
|
|
|
},
|
|
|
onLoad() {
|
|
|
+ if (this.option.warning == 1) {
|
|
|
+ this.warning = 1
|
|
|
+ uni.setNavigationBarTitle({ title: '库存预警' })
|
|
|
+ }
|
|
|
this.initItem()
|
|
|
let that = this
|
|
|
getWeixinId().then(res => {
|