浏览代码

修改文档保存逻辑

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',
     data
   })
+}
+
+/* 获取模块点位 */
+
+export function extract_locations(data) {
+  return request({
+    url: '/template/extract_and_save_locations',
+    method: 'post',
+    data
+  })
 }

文件差异内容过多而无法显示
+ 315 - 304
src/views/project/components/dataList.vue


部分文件因为文件数量过多而无法显示