|
@@ -819,6 +819,7 @@ export default {
|
|
deleteMaterialPolicy(params).then((res) => {
|
|
deleteMaterialPolicy(params).then((res) => {
|
|
this.dataList.splice(index, 1)
|
|
this.dataList.splice(index, 1)
|
|
})
|
|
})
|
|
|
|
+ return
|
|
}
|
|
}
|
|
this.dataList.splice(index, 1)
|
|
this.dataList.splice(index, 1)
|
|
// this.listTotal -= 1;
|
|
// this.listTotal -= 1;
|