|
|
@ -1675,11 +1675,8 @@ |
|
|
// 获取button的词典 |
|
|
// 获取button的词典 |
|
|
getFunctionButtonList() { |
|
|
getFunctionButtonList() { |
|
|
searchFunctionButtonList(this.queryButton).then(({data}) => { |
|
|
searchFunctionButtonList(this.queryButton).then(({data}) => { |
|
|
if (JSON.stringify(data.data) !== '{}') { |
|
|
|
|
|
|
|
|
if (data && data.code == 0) { |
|
|
this.buttons = data.data |
|
|
this.buttons = data.data |
|
|
} else { |
|
|
|
|
|
saveButtonList(this.buttonList).then(({data}) => { |
|
|
|
|
|
}) |
|
|
|
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|