cloudroam
2024-09-19 08a0dd22e9669c356aacf0951126a753620dc85a
pages/goods/list/_action/_id.vue
@@ -165,6 +165,10 @@
        { params: { id: this.$route.params.id } }
      )
      if (code === 0) {
        const limited = data.limited;
        if (limited === null) {
          data.limited = undefined;
        }
        this.$refs.form.updateForm(data)
      }
      this.loading = false