title
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
title: '',
|
||||
modelShow: false,
|
||||
value: '1',
|
||||
val0: '',
|
||||
@@ -143,6 +144,7 @@
|
||||
},
|
||||
onLoad (option) {
|
||||
this.checkCode = option.checkcode
|
||||
this.title = option.title
|
||||
// this._checkQueryDtl()
|
||||
},
|
||||
mounted () {
|
||||
@@ -151,7 +153,7 @@
|
||||
methods: {
|
||||
goIn () {
|
||||
uni.navigateTo({
|
||||
url: `/pages/WarehouseManage/CheckList`
|
||||
url: `/pages/WarehouseManage/CheckList?title=` + this.title
|
||||
})
|
||||
},
|
||||
handleChange (e) {
|
||||
|
||||
Reference in New Issue
Block a user