Commit 6417f417 authored by 王晓倩's avatar 王晓倩

交易单修改时自动转移支付bug,tradeStatus设为null

parent e38867ed
......@@ -613,6 +613,8 @@ export default {
this.$refs["form"].validate((valid) => {
if (valid) {
if (this.form.tradeId != null) {
// 为区分转移支付,新增和修改时交易单状态传值设为null,新增时数据库默认‘0’
this.form.tradeStatus = null;
updateProject(this.form).then((response) => {
this.msgSuccess("修改成功");
this.open = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment