commit
This commit is contained in:
@@ -2042,7 +2042,7 @@ export default {
|
||||
menuId: treeNode.id,
|
||||
idlist: this.selectedList.length ? this.selectedList : dragId
|
||||
}
|
||||
this.$http.postData('lawss/sarStandardsInfo/saveStandardsMenu', search, {
|
||||
this.$http.postData('sarStandardsInfo/sar-standards-info/saveStandardsMenu', search, {
|
||||
_this: this
|
||||
}, res => {
|
||||
if (res.ok) {
|
||||
@@ -3172,7 +3172,7 @@ export default {
|
||||
})
|
||||
} else {
|
||||
search.idlist = this.selectConfigStand
|
||||
this.$http.postData('lawss/sarStandardsInfo/saveStandardsMenu', search, {
|
||||
this.$http.postData('sarStandardsInfo/sar-standards-info/saveStandardsMenu', search, {
|
||||
_this: this,
|
||||
loading: 'isSubmit'
|
||||
}, res => {
|
||||
|
||||
@@ -1979,7 +1979,7 @@ export default {
|
||||
menuId: treeNode.id,
|
||||
idlist: this.selectedList.length ? this.selectedList : dragId
|
||||
}
|
||||
this.$http.postData('lawss/sarStandardsInfo/saveStandardsMenu', search, {
|
||||
this.$http.postData('sarStandardsInfo/sar-standards-info/saveStandardsMenu', search, {
|
||||
_this: this
|
||||
}, res => {
|
||||
if (res.ok) {
|
||||
@@ -2226,7 +2226,7 @@ export default {
|
||||
} else {
|
||||
this.importModalshowflag = true
|
||||
this.showUploadlist = true
|
||||
this.importExcelUrl = '/api/lawss/sarStandardsInfo/importZipStandardsInfo?standType=FOREIGN&menuId=' + menuId
|
||||
this.importExcelUrl = '/api/sarStandardsInfo/sar-standards-info/importZipStandardsInfo?standType=FOREIGN&menuId=' + menuId
|
||||
}
|
||||
} else {
|
||||
this.importModalshowflag = true
|
||||
@@ -2475,7 +2475,7 @@ export default {
|
||||
this.sarConfigStandSearch.page = this.configPage
|
||||
// this.sarConfigStandSearch.pageSize = this.configRows
|
||||
this.sarConfigStandSearch.pageSize = this.$store.getters.userInfo.configContent
|
||||
this.$http.get('lawss/sarStandardsInfo/getSarStandardsInfoPage', this.sarConfigStandSearch, {
|
||||
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.sarConfigStandSearch, {
|
||||
_this: this,
|
||||
loading: 'loading'
|
||||
}, res => {
|
||||
@@ -2654,7 +2654,7 @@ export default {
|
||||
// this.replaceStandNumForm.quoteIdList = this.sarStandardsInfoEO.replaceStandNumId.toString()
|
||||
// (this.replaceStandNumForm.quoteIdList)
|
||||
// }
|
||||
this.$http.get('lawss/sarStandardsInfo/getSarStandardsInfoPage', this.replaceStandNumForm, {
|
||||
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.replaceStandNumForm, {
|
||||
_this: this
|
||||
// loading: 'lawsExplainQuoteFormLoading'
|
||||
}, res => {
|
||||
@@ -2843,7 +2843,7 @@ export default {
|
||||
if (this.sarStandardsInfoEO.lawsExplainQuote !== null && this.sarStandardsInfoEO.lawsExplainQuote !== '') {
|
||||
this.lawsExplainQuoteForm.quoteIdList = this.sarStandardsInfoEO.lawsExplainQuote.toString()
|
||||
}
|
||||
this.$http.get('lawss/sarStandardsInfo/getSarStandardsInfoPage', this.lawsExplainQuoteForm, {
|
||||
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.lawsExplainQuoteForm, {
|
||||
_this: this,
|
||||
loading: 'lawsExplainQuoteFormLoading'
|
||||
}, res => {
|
||||
@@ -3090,7 +3090,7 @@ export default {
|
||||
})
|
||||
} else {
|
||||
search.idlist = this.selectConfigStand
|
||||
this.$http.postData('lawss/sarStandardsInfo/saveStandardsMenu', search, {
|
||||
this.$http.postData('sarStandardsInfo/sar-standards-info/saveStandardsMenu', search, {
|
||||
_this: this,
|
||||
loading: 'isSubmit'
|
||||
}, res => {
|
||||
|
||||
@@ -30,8 +30,8 @@ const processPort = '17210'
|
||||
|
||||
*****************************************************************/
|
||||
// 生产环境配置
|
||||
const prodIp = '39.98.140.126'
|
||||
const prodInterfacePORT = '10005'
|
||||
const prodIp = '101.36.227.25'
|
||||
const prodInterfacePORT = '8033'
|
||||
|
||||
|
||||
// 判断环境
|
||||
|
||||
Reference in New Issue
Block a user