|
@@ -155,7 +155,7 @@ export default {
|
|
updateSelectData (ajaxData) {
|
|
updateSelectData (ajaxData) {
|
|
updateSelective(ajaxData).then(res => {
|
|
updateSelective(ajaxData).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
- this.$refs.table.refresh()
|
|
|
|
|
|
+ // this.$refs.table.refresh()
|
|
this.getStockInfo()
|
|
this.getStockInfo()
|
|
}
|
|
}
|
|
})
|
|
})
|