diff --git a/components/popups/index.vue b/components/popups/index.vue index 3cdf31e..ad10ec8 100644 --- a/components/popups/index.vue +++ b/components/popups/index.vue @@ -139,6 +139,7 @@ // 关闭 handleClose() { + if (this.$parent.$parent.load) this.$parent.$parent.load = false; this.$refs.popup.close(); }, @@ -147,6 +148,7 @@ if (this.value && this.value.endsWith('.')) { this.value = this.value.replace('.', ''); } + this.handleClose(); this.$emit('change', this.value); } } diff --git a/pages/product/shop_type_change/list.vue b/pages/product/shop_type_change/list.vue index 6f47f53..ca54884 100644 --- a/pages/product/shop_type_change/list.vue +++ b/pages/product/shop_type_change/list.vue @@ -46,7 +46,7 @@ 备注: - {{item.update_time || ''}} + {{item.fail_msg || ''}}