sub_pages/partner/delivery/delivery-detail.vue
@@ -44,6 +44,12 @@ target_levels: [], }; }, async onShow() { if (this.sign['delivery']) { await this.$store.dispatch('sign_clear', 'delivery'); this.refreshList() } }, async onLoad(options) { this.id = options.id || '' @@ -181,6 +187,8 @@ this.$message.hideLoading() if (code === 0) { this.$refs.popup_form.close() await this.$store.dispatch('sign_add', 'delivery') await this.$message.showToast('操作成功') this.init()