feat: 设备台账联调
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
treeState.loading = loading;
|
||||
};
|
||||
const httpPrams = computed(() => {
|
||||
return { ...route.params, ...route.query, ...props.defaultParams };
|
||||
return { ...route.params, ...route.query, ...props.params };
|
||||
});
|
||||
|
||||
const getData = (params = {}) => {
|
||||
|
Reference in New Issue
Block a user