feat: There is no way the,  56880 标准拆分-详情-删除,点击删除按钮时,不要显示确认删除的这个弹框,显示成【期望】里面的

This commit is contained in:
396572590@qq.com
2022-08-08 17:50:14 +08:00
parent 0cb09efd24
commit ae2591e8b8
@@ -1506,13 +1506,15 @@ export default {
}, {
_this: this
}, res => {
if (res.data) {
this.batchDeleteItem()
} else if(this.selectedList === null){
this.$message.warning('请确认选择条款是否有子节点,若有,则此次删除将全部删除。')
} else {
this.deleteItemsModal = true
}
// 接口判断作甚? COPY SQ 逻辑
this.batchDeleteItem()
// if (res.data) {
// this.batchDeleteItem()
// } else if(this.selectedList === null){
// this.$message.warning('请确认选择条款是否有子节点,若有,则此次删除将全部删除。')
// } else {
// this.deleteItemsModal = true
// }
}, e => {
})
} else {