sks-plugin-el-erp 1.0.4-beta.21 → 1.0.4-beta.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  DICT_DATA_CSS_CLASS,
6
6
  CHANGE_BIT_FLAG,
7
7
  clearFormValidate,
8
- dictValueTypeToInteger, equalsObj,
8
+ equalsObj,
9
9
  findRowIndexInListFromAttrName,
10
10
  formatOssUrl, ifNull,
11
11
  isInArray,
@@ -19,7 +19,7 @@ import {
19
19
  setSksTableDataByPage,
20
20
  strIfEmpty,
21
21
  strIsEmpty,
22
- strLength, generateUUID, initListVueVirtualUUID, genRowVueVirtualUUID, deepCopy
22
+ strLength, generateUUID, initListVueVirtualUUID, genRowVueVirtualUUID, deepCopy, dictValueTypeToInteger
23
23
  } from "./lib/core";
24
24
  import {newTableColumnList} from "./lib/sks-model-utils";
25
25
  import './lib/style/sks-main.css'
package/lib/sksConfig.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export function request(){
2
2
  let message = '未配置sks-plugin-el-erp 中的 request请求方法';
3
- console.log(message)
3
+ console.error(message)
4
4
  return Promise.reject(new Error(message))
5
5
  }
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sks-plugin-el-erp",
3
- "version": "1.0.4-beta.21",
3
+ "version": "1.0.4-beta.23",
4
4
  "description": "用于erp的element扩展",
5
5
  "main": "index.js",
6
6
  "author": "shoukaiseki",