Commit ca7407dfefc105d018c2a835393e2df195b0f15b

Authored by xqs
1 parent 827befaf

盘点明细页面修复刷新

src/main/resources/templates/inventory/cycleCountDetail/cycleCountDetail.html
... ... @@ -366,7 +366,7 @@
366 366 success:function (result) {
367 367 if (result.code == web_status.SUCCESS) {
368 368 $.modal.msgSuccess(result.msg);
369   - update();
  369 + $.table.refresh();
370 370 } else {
371 371 $.modal.alertError(result.msg);
372 372 }
... ...