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