spring
2025-02-28 dc3af0cbb4a6d105bdff497b510cc0a87b3e8d0a
src/views/business/productOrder/components/add.vue
@@ -933,7 +933,7 @@
        this.getCompanyList()
      },
      getCompanyList () {
        selectCustomPageList().then(res => {
        selectCustomPageList({...this.page1}).then(res => {
          this.tableLoading1 = false
          if (res.code === 200) {
            this.tableData1 = res.data.records
@@ -2143,8 +2143,7 @@
        this.productList0.splice(index,1)
      },
      goBack () {
        const obj = { path: "/business/productOrder" };
        this.$tab.closeOpenPage(obj);
        this.$router.go(-1)
      }
    }
  }