src/components/makepager/CommonFormTableView.vue
@@ -570,10 +570,19 @@
  computed: {},
  watch: {
    productTableList() {
      this.tableList = this.productTableList
      // this.showcol = this.productTableList.showcol
      this.getTableInfo()
    }
  },
  methods: {
    getTableInfo(){
      this.tableList = this.productTableList
      if (this.tableList.tableData.length === 1 && this.tableList.tableData[0].name === "") {
        this.isRecalculate = false
      } else {
        this.isRecalculate = true
      }
    },
    // 产品名称
    async getProductList() {
      await getProductList({