@@ -173,6 +173,7 @@
startTime: startTime,
endTime: endTime,
goafId: goafId.value,
+ deptId: innerValue.value,
...(props.requestParams || {}),
});
if (res) {
@@ -158,7 +158,7 @@ export const topFormSchema: FormSchema[] = [
component: 'MineCascader',
componentProps: {
changeOnSelect: false,
- initFromStore: false,
+ initFromStore: true,
syncToStore: false,
},
required: true,
@@ -132,7 +132,7 @@ export const searchFormSchema: FormSchema[] = [
colProps: { span: 6 },
@@ -22,11 +22,6 @@ export function useInitForm() {
'id'
);
- if (hiscode) {
- // mineStore.setDepartById(code as string);
- initGoafOptions(hiscode);
- }
-
// 采空区选择器
const goafId = ref('');
const goafOptions = ref<any[]>([]);