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