Socket
Socket
Sign inDemoInstall

saaf-common

Package Overview
Dependencies
Maintainers
6
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saaf-common - npm Package Compare versions

Comparing version 1.2.9 to 1.3.0

components/SelectModal/SaafLovModal.vue

4

components/requireComponent.js

@@ -27,4 +27,4 @@ import Vue from 'vue'

import SaafCopyExcelToTable from './Upload/SaafCopyExcelToTable'
import SaafLovModal from './SelectModal/SaafLovModal'
Vue.component('SaafListPageHeader', SaafListPageHeader)

@@ -56,2 +56,3 @@ Vue.component('SaafParamForm', SaafParamForm)

Vue.component('SaafCopyExcelToTable', SaafCopyExcelToTable)
Vue.component('SaafLovModal', SaafLovModal)

@@ -70,1 +71,2 @@ import SaafEditHeader from './BtnGroup/SaafEditHeader'

Vue.component('SaafTextEditor',SaafTextEditor)

@@ -24,2 +24,5 @@ /*

findLovList: `${host}/dcServer/baseListOfValueColumn/findPagination`,// 获取BaseListOfValueColumn列表
findLovSql: `${host}/dcServer/baseListOfValueSet/findLovSql`, // 查询Lov数据
/****** 流程 start ******/

@@ -49,4 +52,5 @@ // 撤回

/****** 流程 end ******/
}
export default api

@@ -16,2 +16,2 @@ /*

export default api;
export default api;

@@ -60,2 +60,7 @@ /*

{
path: 'LovModalDemo',
urlName:'LOV单选/多选弹窗口<br/>LovModalDemo',
component: () => import('../LovModalDemo.vue'),
},
{
path: 'UploadDemo',

@@ -62,0 +67,0 @@ urlName: '图片上传/文件上传',

{
"name": "saaf-common",
"version": "1.2.9",
"version": "1.3.0",
"description": "",

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

@@ -82,3 +82,3 @@ /*

// tabsTool.rootWindow.location = '/'
tabsTool.rootWindow.location.href = tabsTool.rootWindow.location.href.substr(0,tabsTool.rootWindow.location.href.indexOf("/#/"))
tabsTool.rootWindow.location.href = tabsTool.rootWindow.location.href.substr(0,tabsTool.rootWindow.location.href.indexOf("/#/")+3)
// routerController.replace('/')

@@ -85,0 +85,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc