main
parent
70f2a79ad2
commit
20a20f8d5e
|
@ -289,8 +289,6 @@ export default {
|
||||||
};
|
};
|
||||||
console.log('编辑数据3', obj);
|
console.log('编辑数据3', obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const res = props.type === '0' ? await infoApi.saveTx(obj) : await infoApi.editTx(obj);
|
const res = props.type === '0' ? await infoApi.saveTx(obj) : await infoApi.editTx(obj);
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
ElMessage.success(res.message || "请求成功");
|
ElMessage.success(res.message || "请求成功");
|
||||||
|
|
Loading…
Reference in New Issue