|
|
|
@ -838,13 +838,14 @@ export default {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
if(response.data.length == 0){
|
|
|
|
|
this.getList();
|
|
|
|
|
}else{
|
|
|
|
|
this.getCodeDetailList();
|
|
|
|
|
}
|
|
|
|
|
this.getBizDetailListInv(this.subRow);
|
|
|
|
|
this.$message({
|
|
|
|
|
type: "success",
|
|
|
|
|
message: "删除成功!",
|
|
|
|
|
});
|
|
|
|
|
this.getCodeDetailList();
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|