Browse Source

修改文档保存逻辑

yangg 5 months ago
parent
commit
479fdbd818
2 changed files with 325 additions and 304 deletions
  1. 10 0
      src/api/template.js
  2. 315 304
      src/views/project/components/dataList.vue

+ 10 - 0
src/api/template.js

@@ -147,4 +147,14 @@ export function treeCategory(data) {
     method: 'post',
     data
   })
+}
+
+/* 获取模块点位 */
+
+export function extract_locations(data) {
+  return request({
+    url: '/template/extract_and_save_locations',
+    method: 'post',
+    data
+  })
 }

File diff suppressed because it is too large
+ 315 - 304
src/views/project/components/dataList.vue


Some files were not shown because too many files changed in this diff