diff --git a/src/views/goods/modules/MultiSpec.vue b/src/views/goods/modules/MultiSpec.vue index 729b424..37bfc86 100644 --- a/src/views/goods/modules/MultiSpec.vue +++ b/src/views/goods/modules/MultiSpec.vue @@ -194,7 +194,6 @@ export default { created() { // 获取规格及SKU信息 this.getData() - console.log(this.multiSpecData) }, methods: { handleEdit(item) { diff --git a/src/views/market/settle/modules/details.vue b/src/views/market/settle/modules/details.vue index e884f19..a57dded 100644 --- a/src/views/market/settle/modules/details.vue +++ b/src/views/market/settle/modules/details.vue @@ -109,20 +109,23 @@ - + - + - { - this.record={} + this.idCardShow = true + this.businesShow = true this.record = result.data.detail }) .finally(() => (this.isLoading = false)) }, - // 显示对话框 - show(record) { - // 显示窗口 - this.visible = true - // 当前记录 - this.record = record - }, - // 关闭对话框事件 handleCancel() { this.visible = false + this.idCardShow = false + this.businesShow = false this.form.resetFields() }, },