This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-03-26 17:10:08 +08:00
parent f4cf86803e
commit cdd1fee2f8
2 changed files with 3 additions and 1 deletions

View File

@ -139,6 +139,7 @@
// //
handleClose() { handleClose() {
if (this.$parent.$parent.load) this.$parent.$parent.load = false;
this.$refs.popup.close(); this.$refs.popup.close();
}, },
@ -147,6 +148,7 @@
if (this.value && this.value.endsWith('.')) { if (this.value && this.value.endsWith('.')) {
this.value = this.value.replace('.', ''); this.value = this.value.replace('.', '');
} }
this.handleClose();
this.$emit('change', this.value); this.$emit('change', this.value);
} }
} }

View File

@ -46,7 +46,7 @@
<view class="shop-type-list-item-con-item" v-if="item.status == 2"> <view class="shop-type-list-item-con-item" v-if="item.status == 2">
<view class="shop-type-list-item-con-key">备注</view> <view class="shop-type-list-item-con-key">备注</view>
<view class="shop-type-list-item-con-val" style="word-break: break-all;"> <view class="shop-type-list-item-con-val" style="word-break: break-all;">
{{item.update_time || ''}} {{item.fail_msg || ''}}
</view> </view>
</view> </view>
</view> </view>