saaf-common
Advanced tools
Comparing version 1.2.9 to 1.3.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9673777
495
136280