mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
案例组织选择禁止取消
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
v-model:value="orgId"
|
v-model:value="orgId"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
placeholder="请选择归属组织"
|
placeholder="请选择归属组织"
|
||||||
:allowClear="allowClear"
|
:allowClear = false
|
||||||
:fieldNames="{
|
:fieldNames="{
|
||||||
label: 'orgName',
|
label: 'orgName',
|
||||||
value: 'organizationId',
|
value: 'organizationId',
|
||||||
@@ -162,7 +162,6 @@ export default {
|
|||||||
state.option = res.data?.result.orgTreeList;
|
state.option = res.data?.result.orgTreeList;
|
||||||
state.orgId = res.data?.result.treeNodeList;
|
state.orgId = res.data?.result.treeNodeList;
|
||||||
state.resetOrgId = res.data?.result.treeNodeList;
|
state.resetOrgId = res.data?.result.treeNodeList;
|
||||||
state.allowClear = true;
|
|
||||||
getTableData();
|
getTableData();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user