shish 2 månader sedan
förälder
incheckning
a13531623e
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      ghsApp/src/admin/item/list.vue

+ 4 - 0
ghsApp/src/admin/item/list.vue

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