mirror of https://github.com/openspug/spug
fix issues
parent
c5b72a090b
commit
db6d3b6aa2
|
@ -52,7 +52,7 @@ export default observer(function () {
|
|||
visible
|
||||
width={600}
|
||||
maskClosable={false}
|
||||
title="新建发布申请"
|
||||
title={`${store.record.id ? '编辑' : '新建'}发布申请`}
|
||||
onCancel={() => store.ext1Visible = false}
|
||||
confirmLoading={loading}
|
||||
onOk={handleSubmit}>
|
||||
|
|
|
@ -73,7 +73,7 @@ export default observer(function () {
|
|||
visible
|
||||
width={800}
|
||||
maskClosable={false}
|
||||
title="新建发布申请"
|
||||
title={`${store.record.id ? '编辑' : '新建'}发布申请`}
|
||||
onCancel={() => store.ext2Visible = false}
|
||||
confirmLoading={loading}
|
||||
onOk={handleSubmit}>
|
||||
|
|
Loading…
Reference in New Issue