| | |
| | | this.MasterGetList(); |
| | | }, |
| | | mounted() { |
| | | this.FontInfo() |
| | | }, |
| | | computed() { |
| | | |
| | | }, |
| | | methods: { |
| | | FontInfo(){ |
| | | this.$nextTick(() => { |
| | | const dataFatherBox = this.$refs.dataBox.$el; |
| | | console.log(dataFatherBox); |
| | |
| | | }); |
| | | }); |
| | | }, |
| | | computed() { |
| | | |
| | | }, |
| | | methods: { |
| | | selectionChange(row) { |
| | | // console.log(row) |
| | | this.SelectRow = row; |
| | |
| | | console.log(res) |
| | | if (res.data.code === 200) { |
| | | this.$message.success('保存成功!') |
| | | //清除已有数组中push数据 |
| | | this.option.data = []; |
| | | this.newData=[]; |
| | | |
| | | this.MasterGetList() |
| | | this.dialogTableVisible = false; |
| | | //字体重新加载变大 |
| | | this.loading=true; |
| | | this.FontInfo() |
| | | } |
| | | }) |
| | | }, |