@@ -78,6 +78,7 @@ export default {
this.dialog = true;
const res = await this.fetch(id);
this.$set(this, `form`, res.data);
+ this.searchInfo();
},
async add() {