Commit e99d6284 authored by hangjun83's avatar hangjun83

1、修复bug

parent e0623e4e
...@@ -535,6 +535,9 @@ export default { ...@@ -535,6 +535,9 @@ export default {
this.submitloading = true; this.submitloading = true;
// 添加 // 添加
if (this.type == 0) { if (this.type == 0) {
if(this.form.taskId){
this.form.taskId = '';
}
addSorderRefundTask(this.form).then((res) => { addSorderRefundTask(this.form).then((res) => {
this.submitloading = false; this.submitloading = false;
if (res.status == 'success') { if (res.status == 'success') {
......
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