@@ -352,6 +352,7 @@ export default {
this.$http
.post('/showroom/update', form, { body: 'json' })
.then(res => {
+ this.isEdit = false;
this.$toast.success('保存成功');
setTimeout(() => {
this.getDetail().then(res => {