|
@@ -1008,11 +1008,8 @@ export default {
|
|
this.$message.success('结转成功')
|
|
this.$message.success('结转成功')
|
|
this.getList()
|
|
this.getList()
|
|
})
|
|
})
|
|
- } else {
|
|
|
|
- if (this.carryovercontractnolist.length > 0) {
|
|
|
|
- } else {
|
|
|
|
|
|
+ } else if (this.carryovercontractnolist.length <=0){
|
|
this.$message.warning('无可结转的其他合同')
|
|
this.$message.warning('无可结转的其他合同')
|
|
- }
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
amendconfirm() {
|
|
amendconfirm() {
|