mayf
2024-09-20 de6c456c895bbf8ffcd1c0b4d9442c8cec3c0f4c
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