This commit is contained in:
fanlin
2021-07-23 15:07:41 +08:00
parent f2551eb881
commit c6d50c252e
@@ -336,28 +336,20 @@ export default {
standNum = item.standSort + ' ' + item.standNumber
}
// 验证标准号在系统中是否存在
// this.$http.post('lawss/sarTestItem/validateStandNumber', {
// standnumber: standNum
// }, {
// _this: this
// }, res => {
// let routeUrl = this.$router.resolve({
// name: 'OtherStandardDetails',
// params: {
// id: item.id,
// pageType: 'INLAND_STAND'
// }
// })
// window.open(routeUrl.href, '_blank')
// })
let routeUrl = this.$router.resolve({
name: 'OtherStandardDetails',
params: {
id: item.id,
pageType: 'INLAND_STAND'
}
this.$http.post('sarStandardsInfo/sar-standards-info/validateStandNumber', {
standnumber: standNum
}, {
_this: this
}, res => {
let routeUrl = this.$router.resolve({
name: 'OtherStandardDetails',
params: {
id: item.id,
pageType: 'INLAND_STAND'
}
})
window.open(routeUrl.href, '_blank')
})
window.open(routeUrl.href, '_blank')
},
getResetLawsNumRow () {
this.replacePage = 1