@@ -79,13 +79,13 @@ export default {
const res = await this.newfetch(this.id);
if (this.$checkRes(res)) {
this.$set(this, `form`, res.data);
+ this.loading = true;
} else {
this.$message({
message: res.errmsg,
type: 'error',
});
}
- this.loading = true;
},
// 保存信息