|
|
|
@ -1813,22 +1813,22 @@ export default {
|
|
|
|
|
this.$functions.setStorage(window.location.pathname + 'sortlist', arr); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
watch: { |
|
|
|
|
'$route.query.id': { |
|
|
|
|
handler(newVal, oldVal) { |
|
|
|
|
if (this.$route.query.type == '2') { |
|
|
|
|
//查询提货编辑数据 |
|
|
|
|
this.getDetailOen(); |
|
|
|
|
} else if (this.$route.query.type == '1') { |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
} else if (this.$route.query.type == '3') { |
|
|
|
|
this.onLoadCj(); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
deep: true, |
|
|
|
|
immediate: true, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
// watch: { |
|
|
|
|
// '$route.query.id': { |
|
|
|
|
// handler(newVal, oldVal) { |
|
|
|
|
// if (this.$route.query.type == '2') { |
|
|
|
|
// //查询提货编辑数据 |
|
|
|
|
// this.getDetailOen(); |
|
|
|
|
// } else if (this.$route.query.type == '1') { |
|
|
|
|
// this.onLoad(this.page); |
|
|
|
|
// } else if (this.$route.query.type == '3') { |
|
|
|
|
// this.onLoadCj(); |
|
|
|
|
// } |
|
|
|
|
// }, |
|
|
|
|
// deep: true, |
|
|
|
|
// immediate: true, |
|
|
|
|
// }, |
|
|
|
|
// }, |
|
|
|
|
computed: { |
|
|
|
|
...mapGetters(['permission', 'tagWel', 'tagList', 'tag']), |
|
|
|
|
ids() { |
|
|
|
|