瀏覽代碼

0918物资审

liuhj 8 月之前
父節點
當前提交
3edbf8c0d7
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/components/OP/SuppliesInventory.vue

+ 4 - 0
src/components/OP/SuppliesInventory.vue

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