田源
2023-10-18 b158e02f918b2dc3618165a52a587b9e89177e69
整合代码
已修改1个文件
16 ■■■■ 文件已修改
Source/UBCS-WEB/src/views/wel/Statistic.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/wel/Statistic.vue
@@ -85,6 +85,13 @@
    this.MasterGetList();
  },
  mounted() {
   this.FontInfo()
  },
  computed() {
  },
  methods: {
    FontInfo(){
    this.$nextTick(() => {
      const dataFatherBox = this.$refs.dataBox.$el;
      console.log(dataFatherBox);
@@ -100,10 +107,6 @@
      });
    });
  },
  computed() {
  },
  methods: {
    selectionChange(row) {
      // console.log(row)
      this.SelectRow = row;
@@ -122,10 +125,15 @@
        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()
        }
      })
    },