禅道bug
This commit is contained in:
parent
6b2278a18c
commit
0bf7598d8e
|
|
@ -176,8 +176,8 @@ function handleJingxiang() {
|
|||
* @param record
|
||||
*/
|
||||
function handleDetail(record) {
|
||||
configServiceDirectiveListModal.value.init(record);
|
||||
configServiceDirectiveListModal.value.disableSubmit = true;
|
||||
configServiceDirectiveListModal.value.init(record);
|
||||
}
|
||||
/**
|
||||
* 查询
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
<a-radio-button value="one">指定</a-radio-button>
|
||||
<a-radio-button value="multi">批量</a-radio-button>
|
||||
</a-radio-group>
|
||||
<a-divider type="vertical" style="background-color: #CDCDCF" />
|
||||
<!-- <a-divider type="vertical" style="background-color: #CDCDCF" /> -->
|
||||
<a-button type="link" @click="showTargetOrgListModal" size="small" :disabled="initLoading">请选择</a-button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -112,6 +112,11 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
|
|||
// column: 'sort',
|
||||
// order: 'asc',
|
||||
// },
|
||||
pagination: {
|
||||
current: 1,
|
||||
pageSize: 15,
|
||||
pageSizeOptions: ['15', '50', '70', '100'],
|
||||
},
|
||||
beforeFetch: async (params) => {
|
||||
return Object.assign(params, queryParam);
|
||||
},
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
<a-radio-button value="one">指定</a-radio-button>
|
||||
<a-radio-button value="multi">批量</a-radio-button>
|
||||
</a-radio-group>
|
||||
<a-divider type="vertical" style="background-color: #CDCDCF" />
|
||||
<!-- <a-divider type="vertical" style="background-color: #CDCDCF" /> -->
|
||||
<a-button type="link" @click="showTargetOrgListModal" size="small" :disabled="initLoading">请选择</a-button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue