|
|
|
@ -1643,6 +1643,9 @@ |
|
|
|
handler: function(val, oldVal){ |
|
|
|
this.$router.onReady(() => { |
|
|
|
this.modelData.orderNo = this.$route.query.order |
|
|
|
this.modelData.site = this.$route.query.site |
|
|
|
this.modelData.user = this.$route.query.user |
|
|
|
this.tableHanddle(this.modelData) |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 深度观察监听 |
|
|
|
@ -1908,6 +1911,8 @@ |
|
|
|
created() { |
|
|
|
this.$router.onReady(() => { |
|
|
|
this.modelData.orderNo = this.$route.query.order |
|
|
|
this.modelData.site = this.$route.query.site |
|
|
|
this.tableHanddle(this.modelData) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
|