代码调整
This commit is contained in:
parent
45922ea9d3
commit
26370a4c46
@ -105,7 +105,7 @@ export default {
|
|||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
console.log('err', err);
|
console.log('err', err);
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
this.$message.error(`${this.isEdit ? '编辑' : '新建'}失败!`);
|
this.$message.error(`${this.isEdit ? '编辑' : '新建'}失败!,${err.message}`);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user