| | |
| | | std.push(this.multipleSelection[i].id) |
| | | } |
| | | |
| | | if (this.formInline.type == 'DOM') { |
| | | const data1 = await publish_selectRasterCs({ |
| | | ids: std.toString() |
| | | }) |
| | | if (data1.code == 200 && data1.result.length == 0) { |
| | | } else { |
| | | this.rasterCsOption = data1.result; |
| | | this.insertDialogVisible = false; |
| | | this.rasterCsVisible = true; |
| | | return |
| | | } |
| | | } |
| | | // if (this.formInline.type == 'DOM') { |
| | | // const data1 = await publish_selectRasterCs({ |
| | | // ids: std.toString() |
| | | // }) |
| | | // if (data1.code == 200 && data1.result.length == 0) { |
| | | // } else { |
| | | // this.rasterCsOption = data1.result; |
| | | // this.insertDialogVisible = false; |
| | | // this.rasterCsVisible = true; |
| | | // return |
| | | // } |
| | | // } |
| | | |
| | | |
| | | var obj = { |