Browse Source

工具编辑修改 2022年12月5日 sxm

master
[li_she] 3 years ago
parent
commit
1a36943faa
  1. 5
      src/views/modules/knifemold/tool-info.vue

5
src/views/modules/knifemold/tool-info.vue

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

Loading…
Cancel
Save