@@ -352,7 +352,7 @@
that.confirmLoading = true;
httpAction(this.url.addOrEditInfo, _model, 'POST').then((res) => {
if (res.success) {
- that.$message.success(res.message);
+ that.$message.success("操作成功");
that.$emit('ok');
// that.loadData();
that.id = res.result.id