bug: 国内标准移除标准的参数修改
This commit is contained in:
@@ -4090,7 +4090,7 @@ export default {
|
|||||||
// 取最外层目录id
|
// 取最外层目录id
|
||||||
search.menuId = this.selectSarMenu.id
|
search.menuId = this.selectSarMenu.id
|
||||||
search.idlist = []
|
search.idlist = []
|
||||||
search.sarType = 'INLAND'
|
search.standType = 'INLAND'
|
||||||
if (flag === 1) {
|
if (flag === 1) {
|
||||||
this.$confirm('确定移除该条标准?', '提示', {
|
this.$confirm('确定移除该条标准?', '提示', {
|
||||||
confirmButtonText: '确定',
|
confirmButtonText: '确定',
|
||||||
|
|||||||
@@ -3672,7 +3672,7 @@ export default {
|
|||||||
// 取最外层目录id
|
// 取最外层目录id
|
||||||
search.menuId = this.selectSarMenu.id
|
search.menuId = this.selectSarMenu.id
|
||||||
search.idlist = []
|
search.idlist = []
|
||||||
search.sarType = 'FOREIGN'
|
search.standType = 'FOREIGN'
|
||||||
if (flag === 1) {
|
if (flag === 1) {
|
||||||
this.$confirm('确定移除该条标准?', '提示', {
|
this.$confirm('确定移除该条标准?', '提示', {
|
||||||
confirmButtonText: '确定',
|
confirmButtonText: '确定',
|
||||||
|
|||||||
Reference in New Issue
Block a user