feat: There is no way the,
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!--企业标准库-->
|
||||
<!--国内外政策库-->
|
||||
<template>
|
||||
<div id="foreignRegulationsDatabase" :class="{ 'tree-close': sideClose }" class="v-class">
|
||||
<!--左侧树-->
|
||||
@@ -1476,7 +1476,7 @@
|
||||
quoteIdList1: '',
|
||||
selectedListRep: [],
|
||||
replaceStandNumModelNum: [],
|
||||
sarType: 'LAWS_STAND',
|
||||
sarType: 'FOREIGN_LAWS',
|
||||
dynamicFormField: [],
|
||||
reloadAddForm: false,
|
||||
showRegionOptions: [],
|
||||
@@ -1511,7 +1511,7 @@
|
||||
id: '',
|
||||
parentId: '',
|
||||
menuName: '',
|
||||
sorDivide: 'LAWS_STAND',
|
||||
sorDivide: 'FOREIGN_LAWS',
|
||||
displaySeq: '',
|
||||
parentIds: '',
|
||||
remarks: ''
|
||||
@@ -2316,8 +2316,8 @@
|
||||
},
|
||||
// 查询二级菜单
|
||||
selectMenuList () {
|
||||
this.$http.get('sarResource/ts-resource/getList', {
|
||||
sorDivide: 'LAWS_STAND',
|
||||
this.$http.get('sarResource/ts-resource/getListStand', {
|
||||
sorDivide: 'FOREIGN_LAWS',
|
||||
userId: this.$store.getters.userInfo.userId
|
||||
}, {}, res => {
|
||||
if (res.ok) {
|
||||
@@ -2519,7 +2519,7 @@
|
||||
type: 'warning'
|
||||
})
|
||||
} else {
|
||||
this.personShareEO.resType = 'LAWS_STAND'
|
||||
this.personShareEO.resType = 'FOREIGN_LAWS'
|
||||
this.personShareEO.resTitle = this.resPk.standName + ' ( 编号:' + this.resPk.standCode + ' )'
|
||||
this.personShareEO.resId = this.resPk.id
|
||||
this.personShareEO.recipientId = this.shareStandardSelect.join(',')
|
||||
@@ -2548,7 +2548,7 @@
|
||||
type: 'warning'
|
||||
})
|
||||
} else {
|
||||
this.personShareEO.resType = 'LAWS_STAND'
|
||||
this.personShareEO.resType = 'FOREIGN_LAWS'
|
||||
this.personShareEO.resTitle = this.resPk.standName + ' ( 编号:' + this.resPk.standCode + ' )'
|
||||
this.personShareEO.resId = this.resPk.id
|
||||
this.personShareEO.recipientId = this.shareStandardSelect.join(',')
|
||||
@@ -2657,7 +2657,7 @@
|
||||
item.isSubmit = true
|
||||
this.personCollect.collectResId = item.id
|
||||
this.personCollect.collectTitle = ' ( 编号:' + item.lawsNumber + ')'
|
||||
this.personCollect.collectType = 'LAWS_STAND'
|
||||
this.personCollect.collectType = 'FOREIGN_LAWS'
|
||||
this.personCollect.userId = this.$store.getters.userInfo.userId
|
||||
this.$http.postData('person/personCollect', this.personCollect, {
|
||||
_this: this
|
||||
@@ -2848,7 +2848,7 @@
|
||||
name: 'OtherLawsStandDetails',
|
||||
params: {
|
||||
id: item.id,
|
||||
pageType: 'LAWS_STAND'
|
||||
pageType: 'FOREIGN_LAWS'
|
||||
}
|
||||
})
|
||||
window.open(routeUrl.href, '_blank')
|
||||
@@ -3395,7 +3395,7 @@
|
||||
id: '',
|
||||
parentId: '',
|
||||
menuName: '',
|
||||
sorDivide: 'LAWS_STAND',
|
||||
sorDivide: 'FOREIGN_LAWS',
|
||||
displaySeq: '',
|
||||
remarks: '',
|
||||
parentIds: ''
|
||||
@@ -3804,7 +3804,7 @@
|
||||
name: 'OtherLawsStandDetails',
|
||||
params: {
|
||||
id: row.id,
|
||||
pageType: 'LAWS_STAND'
|
||||
pageType: 'FOREIGN_LAWS'
|
||||
}
|
||||
})
|
||||
window.open(routeUrl.href, '_blank')
|
||||
@@ -3812,7 +3812,7 @@
|
||||
// 查询二级菜单
|
||||
selectMenu () {
|
||||
this.countRootId = 0
|
||||
this.$http.get('lawss/sarMenu/selectMenuByRole', {sorDivide: 'LAWS_STAND'}, {
|
||||
this.$http.get('lawss/sarMenu/selectMenuByRole', {sorDivide: 'FOREIGN_LAWS'}, {
|
||||
_this: this
|
||||
}, res => {
|
||||
let treeNode = []
|
||||
@@ -3878,7 +3878,7 @@
|
||||
res => {
|
||||
if (res.ok) {
|
||||
const { data = {} } = res
|
||||
this.formFieldListData = data['LAWS_STAND']
|
||||
this.formFieldListData = data['FOREIGN_LAWS']
|
||||
// 追加高级查询动态下拉框数据s
|
||||
this.twoOptions = [
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user