diff --git a/src/components/MyComponents/Department/index.vue b/src/components/MyComponents/Department/index.vue
index f5c1ff1..fd4c4c5 100644
--- a/src/components/MyComponents/Department/index.vue
+++ b/src/components/MyComponents/Department/index.vue
@@ -74,6 +74,7 @@ const endProps = {
const tableData = ref([]);
const getSysMenuTree = async () => {
const res = await selectDeptPage(listQuery.value);
+ debugger
tableData.value = res;
depList.value = res
};
@@ -91,7 +92,6 @@ watch(
);
const emits = defineEmits(["update:modelValue",'getDepValue']);
const handleChange = (e) => {
- console.log(e,'e');
if (props.multiple === true) {
const data = e.map((item) => {return item[item.length - 1];});
emits("update:modelValue", data);
diff --git a/src/components/aboutTable/FormMessage.vue b/src/components/aboutTable/FormMessage.vue
index d438bad..41fbb64 100644
--- a/src/components/aboutTable/FormMessage.vue
+++ b/src/components/aboutTable/FormMessage.vue
@@ -9,9 +9,9 @@
-
+
-
+
@@ -27,8 +27,8 @@
-
-
+
+
diff --git a/src/views/backOfficeSystem/ExcavationResearch/WarningModel/index.vue b/src/views/backOfficeSystem/ExcavationResearch/WarningModel/index.vue
index 9a5d91b..a16bb5d 100644
--- a/src/views/backOfficeSystem/ExcavationResearch/WarningModel/index.vue
+++ b/src/views/backOfficeSystem/ExcavationResearch/WarningModel/index.vue
@@ -153,10 +153,7 @@ const checkData = reactive({
});
const searchBox = ref();
const pageData = reactive({
- tableData: [
- {nrbh:'测试内容',lx:'1',nr:'测试内容'},
- {nrbh:'测试内容',lx:'1',nr:'测试内容'},
- ],
+ tableData: [],
tableData2: [],
keyCount: 0,
tableConfiger: {
diff --git a/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index.vue b/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index.vue
index a4d85a2..69d79c9 100644
--- a/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index.vue
+++ b/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index.vue
@@ -221,22 +221,4 @@ const tabHeightFn = () => {
}
-// 下载附件
-const downloadAttachment = (row) => {
- // TODO: 实现附件下载逻辑
-};
-// 预览附件
-const previewAttachment = (row) => {
- // TODO: 实现附件预览逻辑
-};
-
-// 删除行
-const deleteRow = (row) => {
- // TODO: 实现删除逻辑
-};
-
-// 流转线索
-const transferClue = (row) => {
- // TODO: 实现线索流转逻辑
-};
diff --git a/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/components/addForm.vue b/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/components/addForm.vue
index 1f8d3be..f31f8dd 100644
--- a/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/components/addForm.vue
+++ b/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/components/addForm.vue
@@ -8,43 +8,92 @@
-
+