소스 검색

Merge branch 'master' of http://119.23.210.103:3000/wy/mj_firm_former

zhangjingyuan 2 년 전
부모
커밋
52357e55a7
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/business/platform/form/utils/custom/joinCURD.js
  2. 1 0
      src/utils/util.js

+ 1 - 1
src/business/platform/form/utils/custom/joinCURD.js

@@ -2,7 +2,7 @@ import request from '@/utils/request'
 import md5 from 'js-md5';
 import { processCreate, processEdit } from './process'
 import { requestType, requestPath } from './requestType'
-
+import { mapValues } from 'lodash'
 // 请求方式默认POST
 const post = (method, data, type = 'post') => {
     let path = requestType[method]

+ 1 - 0
src/utils/util.js

@@ -15,6 +15,7 @@
 import log from './util.log.js'
 import cookies from './util.cookies.js'
 import XSS from 'xss'
+import { mapValues } from 'lodash'
 const rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g
 
 const util = {