xuxueyang
2024-08-29 b37bca8f7a6cdae798e74f14b51936e3a6a9637c
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()