소스 검색

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)