🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

sp-common-data

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sp-common-data - npm Package Compare versions

Comparing version
1.0.25
to
1.0.26
+6
-1
data/index.js

@@ -297,3 +297,8 @@ import { _getAddModule, _getDic, _getList, _getDetail } from '../api/index'

//Todo 获取值
let value = '';
let value = await _getColumnsValue({
columnValue: item.value,
tableId: item.objFk.fkTableId,
searchColumnName: item.objFk.fkColumn
})
item.value = value
break;

@@ -300,0 +305,0 @@ }

+1
-1
{
"name": "sp-common-data",
"version": "1.0.25",
"version": "1.0.26",
"description": "sp-common-data",

@@ -5,0 +5,0 @@ "main": "index.js",