浏览代码

feature(订单管理系统):
1、项目管理.this.$refs.table.doLayout() 修改

niezch 2 年之前
父节点
当前提交
83440d2934
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/proj/business/index.vue

+ 1 - 1
src/views/proj/business/index.vue

@@ -432,7 +432,7 @@
     watch: {
       showColumns: function () {
         this.tableKey++
-        this.$nextTick(() => this.$refs.table.doLayout())
+        this.$nextTick(() => this.$refs.tableTool.doLayout())
       },
       activeName(newValue) {
         this.tableType = 'businessTable' + this.selectDictLabel(this.nboTypeOptions, newValue)