物业之前,新工作台

This commit is contained in:
Zy
2026-04-16 21:03:35 +08:00
parent cf9a1f1585
commit 4184f1c55d
91 changed files with 1781 additions and 588 deletions

View File

@@ -97,7 +97,6 @@ const { proxy } = getCurrentInstance() as ComponentInternalInstance;
const { com_questionnaire_scope } = toRefs<any>(proxy?.useDict('com_questionnaire_scope'));
const { com_questionnaire_status } = toRefs<any>(proxy?.useDict('com_questionnaire_status'));
console.log(com_questionnaire_scope);
const questionnaireList = ref<QuestionnaireVO[]>([]);
const buttonLoading = ref(false);
@@ -130,6 +129,7 @@ const initFormData: QuestionnaireForm = {
const data = reactive<PageData<QuestionnaireForm, QuestionnaireQuery>>({
form: { ...initFormData },
queryParams: {
villageId: Number(localStorage.getItem('villageid')),
pageNum: 1,
pageSize: 10,
villageId: undefined,