gaoluyang
2026-09-02 095aa50363765ba2ec255858af89b665c1d47a55
fix: MOM
1.采购入库页面弹框bug修改
已修改1个文件
6 ■■■■■ 文件已修改
src/views/wls/itemreceipt/modules/an-select-dialog.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/wls/itemreceipt/modules/an-select-dialog.vue
@@ -79,7 +79,7 @@
        },
      },
    ],
    height: 'auto',
    height: 460,
    keepSource: true,
    proxyConfig: {
      ajax: {
@@ -114,10 +114,8 @@
    emit('selected', selectedRows.id);
    await modalApi.close();
  },
  async onOpenChange(isOpen: boolean) {
    if (isOpen) {
  async onOpened() {
      await gridApi.query();
    }
  },
});
</script>