|
@@ -158,7 +158,7 @@ export default {
|
|
handleAudit (row, type) {
|
|
handleAudit (row, type) {
|
|
// 审核通过
|
|
// 审核通过
|
|
if (type == 1) {
|
|
if (type == 1) {
|
|
- this.$router.push({ name: 'approveStoreAuthPass', params: { sn: row.applySn, shelfSn: row.shelfSn } })
|
|
|
|
|
|
+ this.$router.push({ path: '/numsGoodsShelves/approveStore/authPass', query: { sn: row.applySn, shelfSn: row.shelfSn ? row.shelfSn : '' } })
|
|
} else {
|
|
} else {
|
|
const _this = this
|
|
const _this = this
|
|
this.$confirm({
|
|
this.$confirm({
|