优化级联平台删除

This commit is contained in:
648540858
2022-02-17 15:33:25 +08:00
parent 59c79c08e1
commit 0327d16021
3 changed files with 12 additions and 9 deletions

View File

@@ -119,12 +119,10 @@ export default {
if (res.data.code === 0) {
this.platformName = res.data.data.name;
this.defaultCatalogId = res.data.data.catalogId;
this.defaultCatalogIdSign = res.data.data.catalogId;
this.chooseId = res.data.data.catalogId;
resolve([
{
name: "未分配",
id: null,
type: -1
},{
{
name: this.platformName,
id: this.platformId,
type: 0