@@ -276,6 +276,7 @@ export default {
deleteBatch(type == 0 ? [row.dispatchBillDetailSn] : row).then(res => {
if (res.status == 200) {
_this.resetSearchForm(true)
+ _this.$refs.partQuery.resetCurForm()
_this.$message.success(res.message)
}
_this.delLoading = false