mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
案例组织选择禁止取消
This commit is contained in:
@@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user