diff --git a/src/components/operationRecords/index.vue b/src/components/operationRecords/index.vue index 1af1bc0..94aa1f9 100644 --- a/src/components/operationRecords/index.vue +++ b/src/components/operationRecords/index.vue @@ -32,7 +32,7 @@ methods:{ onClose() { this.newVisible=false - this.$emit('update:visible1', false) + this.$emit('update:visible', false) } }, watch:{ diff --git a/src/components/orderDetails/index.vue b/src/components/orderDetails/index.vue index 8c8947a..420be50 100644 --- a/src/components/orderDetails/index.vue +++ b/src/components/orderDetails/index.vue @@ -1,8 +1,93 @@