|
|
|
@ -396,11 +396,16 @@
|
|
|
|
|
} |
|
|
|
|
this.postFormAction(this.url.pass, formData).then(res => { |
|
|
|
|
this.submitLoading = false |
|
|
|
|
|
|
|
|
|
if (res.success) { |
|
|
|
|
this.lcModa.visible = false |
|
|
|
|
this.$message.success('操作成功') |
|
|
|
|
this.modalTaskVisible = false |
|
|
|
|
this.getDataList() |
|
|
|
|
}else { |
|
|
|
|
console.log(res) |
|
|
|
|
this.$message.error(res.message) |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
} else if (formData.type == 1) { |
|
|
|
|