|
@@ -1287,6 +1287,10 @@ export default {
|
|
message: res.data.msg
|
|
message: res.data.msg
|
|
});
|
|
});
|
|
that.GoodsReceiveLists();
|
|
that.GoodsReceiveLists();
|
|
|
|
+ if(that.tableData.length>0){
|
|
|
|
+ that.GoodsList();
|
|
|
|
+ }
|
|
|
|
+
|
|
}else{
|
|
}else{
|
|
that.$message.error(res.data.msg);
|
|
that.$message.error(res.data.msg);
|
|
}
|
|
}
|