bug
This commit is contained in:
@@ -336,28 +336,20 @@ export default {
|
|||||||
standNum = item.standSort + ' ' + item.standNumber
|
standNum = item.standSort + ' ' + item.standNumber
|
||||||
}
|
}
|
||||||
// 验证标准号在系统中是否存在
|
// 验证标准号在系统中是否存在
|
||||||
// this.$http.post('lawss/sarTestItem/validateStandNumber', {
|
this.$http.post('sarStandardsInfo/sar-standards-info/validateStandNumber', {
|
||||||
// standnumber: standNum
|
standnumber: standNum
|
||||||
// }, {
|
}, {
|
||||||
// _this: this
|
_this: this
|
||||||
// }, res => {
|
}, res => {
|
||||||
// let routeUrl = this.$router.resolve({
|
let routeUrl = this.$router.resolve({
|
||||||
// name: 'OtherStandardDetails',
|
name: 'OtherStandardDetails',
|
||||||
// params: {
|
params: {
|
||||||
// id: item.id,
|
id: item.id,
|
||||||
// pageType: 'INLAND_STAND'
|
pageType: 'INLAND_STAND'
|
||||||
// }
|
}
|
||||||
// })
|
})
|
||||||
// window.open(routeUrl.href, '_blank')
|
window.open(routeUrl.href, '_blank')
|
||||||
// })
|
|
||||||
let routeUrl = this.$router.resolve({
|
|
||||||
name: 'OtherStandardDetails',
|
|
||||||
params: {
|
|
||||||
id: item.id,
|
|
||||||
pageType: 'INLAND_STAND'
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
window.open(routeUrl.href, '_blank')
|
|
||||||
},
|
},
|
||||||
getResetLawsNumRow () {
|
getResetLawsNumRow () {
|
||||||
this.replacePage = 1
|
this.replacePage = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user