瀏覽代碼

修改文档保存逻辑

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


部分文件因文件數量過多而無法顯示