Commit 6e5fec95 authored by XieZhiXiong's avatar XieZhiXiong

chore: 关闭keepAlive

parent 7c1fbef8
......@@ -149,7 +149,8 @@ export const addSchema = (orderType: number): ISchema => {
title: '关联',
tip: '请选择对应单据',
modalProps: {
title: '选择会员',
title: '选择会员',
keepAlive: false,
},
columns: supplierColumns,
fetchTableData: getSupplier,
......
......@@ -143,7 +143,8 @@ export const addSchema = (orderType: number): ISchema => {
title: '关联',
tip: '请选择对应单据',
modalProps: {
title: '选择会员',
title: '选择会员',
keepAlive: false,
},
columns: supplierColumns,
fetchTableData: getSupplier,
......
......@@ -146,6 +146,7 @@ export const addSchema = (orderType: number): ISchema => {
tip: '请选择对应单据',
modalProps: {
title: '选择会员',
keepAlive: false,
},
columns: supplierColumns,
fetchTableData: getSupplier,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment