bug: 国内标准移除标准的参数修改

This commit is contained in:
fanlin
2021-07-30 17:24:46 +08:00
parent 263484545b
commit 7e9c8e53ad
2 changed files with 2 additions and 2 deletions
@@ -4090,7 +4090,7 @@ export default {
// 取最外层目录id
search.menuId = this.selectSarMenu.id
search.idlist = []
search.sarType = 'INLAND'
search.standType = 'INLAND'
if (flag === 1) {
this.$confirm('确定移除该条标准?', '提示', {
confirmButtonText: '确定',
@@ -3672,7 +3672,7 @@ export default {
// 取最外层目录id
search.menuId = this.selectSarMenu.id
search.idlist = []
search.sarType = 'FOREIGN'
search.standType = 'FOREIGN'
if (flag === 1) {
this.$confirm('确定移除该条标准?', '提示', {
confirmButtonText: '确定',