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