瀏覽代碼

修改文档保存逻辑

yangg 5 月之前
父節點
當前提交
479fdbd818
共有 2 個文件被更改,包括 325 次插入304 次删除
  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',
     method: 'post',
     data
     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