소스 검색

修改文档保存逻辑

yangg 6 달 전
부모
커밋
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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.