fix: account列表notification列左移

This commit is contained in:
陈劲松
2020-11-19 15:35:26 +08:00
committed by chenjinsong
parent 2db069e562
commit a21ddd47ae
2 changed files with 37 additions and 33 deletions

View File

@@ -165,18 +165,18 @@
},
getScripts() {
/*this.$get("/alert/script?pageNo=1&pageSize=-1").then(response => {
this.$get("/alert/script?pageNo=1&pageSize=-1").then(response => {
this.scripts = response.data.list;
this.getSelectableScripts();
});*/
this.scripts = [
});
/*this.scripts = [
{id: 1, name: "DOLBY"},
{id: 2, name: "IMAX"},
{id: 3, name: "CGS"},
{id: 4, name: "LUXE"},
{id: 5, name: "DST:X"},
];
this.getSelectableScripts();
this.getSelectableScripts();*/
},
getSelectableScripts() {