弹窗需求
This commit is contained in:
@@ -47,9 +47,9 @@
|
||||
toPage (e) {
|
||||
let url = ''
|
||||
if (e.ywlx === 'OUT') {
|
||||
url = '/pages/management/out-storage?id=' + e.djlx
|
||||
url = '/pages/management/out-storage?id=' + e.djlx + '&name=' + e.name
|
||||
} else {
|
||||
url = '/pages/management/in-storage?id=' + e.djlx
|
||||
url = '/pages/management/in-storage?id=' + e.djlx + '&name=' + e.name
|
||||
}
|
||||
uni.redirectTo({
|
||||
url: url
|
||||
|
||||
Reference in New Issue
Block a user