案例组织选择禁止取消

This commit is contained in:
BOE\10867418
2023-08-25 11:17:44 +08:00
parent 4d12dcf3b2
commit 35995b736c

View File

@@ -39,7 +39,7 @@
v-model:value="orgId"
style="width: 100%"
placeholder="请选择归属组织"
:allowClear="allowClear"
:allowClear = false
:fieldNames="{
label: 'orgName',
value: 'organizationId',
@@ -162,7 +162,6 @@ export default {
state.option = res.data?.result.orgTreeList;
state.orgId = res.data?.result.treeNodeList;
state.resetOrgId = res.data?.result.treeNodeList;
state.allowClear = true;
getTableData();
}
};