mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 10:36:31 +08:00
commit:修复左树右表查询组件,左侧树点击的时候查询条件不起作用的问题
This commit is contained in:
@@ -784,9 +784,9 @@ const operationDisabled = (type: string) => {
|
|||||||
return checkOperationDisabled(operation) || !checkOperationPermCode(operation);
|
return checkOperationDisabled(operation) || !checkOperationPermCode(operation);
|
||||||
};
|
};
|
||||||
const onLeftWidgetChange = (val: ANY_OBJECT | undefined, dictData: ANY_OBJECT | null) => {
|
const onLeftWidgetChange = (val: ANY_OBJECT | undefined, dictData: ANY_OBJECT | null) => {
|
||||||
|
onValueChange(leftWidget.value, val);
|
||||||
onWidgetValueChange(leftWidget.value, val, dictData);
|
onWidgetValueChange(leftWidget.value, val, dictData);
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
console.log('onLeftWidgetChange', val, formData.dsTeacher.level);
|
|
||||||
refreshTable(true);
|
refreshTable(true);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user