fixed bug
This commit is contained in:
@@ -62,6 +62,7 @@ export default {
|
||||
param: '角色编号=' + this.token
|
||||
}
|
||||
}).then(data => {
|
||||
this.sudokus = []
|
||||
for (let i = 0; i < data.data.length; i++) {
|
||||
this.getMessageNum(data.data[i].消息通知来源, data.data[i].通知条件, data, i)
|
||||
}
|
||||
@@ -76,7 +77,6 @@ export default {
|
||||
name: `select count(*) from ${tableName} where ${condition}`
|
||||
}
|
||||
}).then(res => {
|
||||
this.sudokus = []
|
||||
this.sudokus.push({
|
||||
id: rawData.data[i].主模块编号,
|
||||
name: rawData.data[i].标题,
|
||||
|
||||
Reference in New Issue
Block a user