pages/goods/list/_action/_id.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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