|
|
@ -66,7 +66,7 @@ |
|
|
|
:pagination="ipagination" @change="handleTableChange" |
|
|
|
:pagination="ipagination" @change="handleTableChange" |
|
|
|
ref="table" |
|
|
|
ref="table" |
|
|
|
> |
|
|
|
> |
|
|
|
<a-table-column title="#" :width="50"> |
|
|
|
<a-table-column title="序号" :width="80" align="center"> |
|
|
|
<template slot-scope="t,r,i"> |
|
|
|
<template slot-scope="t,r,i"> |
|
|
|
<span> {{i+1}} </span> |
|
|
|
<span> {{i+1}} </span> |
|
|
|
</template> |
|
|
|
</template> |
|
|
@ -336,6 +336,9 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
this.init() |
|
|
|
this.init() |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
created() { |
|
|
|
|
|
|
|
this.handleReset(); |
|
|
|
|
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
|
|
|
|
|
|
|
|
onDateChange: function(value, dateString) { |
|
|
|
onDateChange: function(value, dateString) { |
|
|
@ -414,11 +417,13 @@ |
|
|
|
if (res.success) { |
|
|
|
if (res.success) { |
|
|
|
this.lcModa.visible = false |
|
|
|
this.lcModa.visible = false |
|
|
|
this.$message.success('操作成功') |
|
|
|
this.$message.success('操作成功') |
|
|
|
this.modalTaskVisible = false |
|
|
|
this.modalTaskVisible = false; |
|
|
|
|
|
|
|
this.form.comment=null; |
|
|
|
this.getDataList() |
|
|
|
this.getDataList() |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
console.log(res) |
|
|
|
console.log(res) |
|
|
|
this.$message.error(res.message) |
|
|
|
this.$message.error(res.message); |
|
|
|
|
|
|
|
this.form.comment=null; |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
@ -431,7 +436,8 @@ |
|
|
|
if (res.success) { |
|
|
|
if (res.success) { |
|
|
|
this.lcModa.visible = false |
|
|
|
this.lcModa.visible = false |
|
|
|
this.$message.success('操作成功') |
|
|
|
this.$message.success('操作成功') |
|
|
|
this.modalTaskVisible = false |
|
|
|
this.modalTaskVisible = false; |
|
|
|
|
|
|
|
this.form.comment=null; |
|
|
|
this.getDataList() |
|
|
|
this.getDataList() |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
@ -449,7 +455,8 @@ |
|
|
|
if (res.success) { |
|
|
|
if (res.success) { |
|
|
|
this.lcModa.visible = false |
|
|
|
this.lcModa.visible = false |
|
|
|
this.$message.success('操作成功') |
|
|
|
this.$message.success('操作成功') |
|
|
|
this.modalTaskVisible = false |
|
|
|
this.modalTaskVisible = false; |
|
|
|
|
|
|
|
this.form.comment=null; |
|
|
|
this.getDataList() |
|
|
|
this.getDataList() |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
@ -467,12 +474,13 @@ |
|
|
|
this.submitLoading = false |
|
|
|
this.submitLoading = false |
|
|
|
if (res.success) { |
|
|
|
if (res.success) { |
|
|
|
this.$message.success('操作成功') |
|
|
|
this.$message.success('操作成功') |
|
|
|
this.modalTaskVisible = false |
|
|
|
this.modalTaskVisible = false; |
|
|
|
|
|
|
|
this.form.comment=null; |
|
|
|
this.getDataList() |
|
|
|
this.getDataList() |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
this.form.comment=null; |
|
|
|
|
|
|
|
this.form.userId=null; |
|
|
|
this.form.userId=null; |
|
|
|
}, |
|
|
|
}, |
|
|
|
async detail(r) { |
|
|
|
async detail(r) { |
|
|
|