yangfeng
2023-11-13 6bd1ee13ebaf95d00009412d9b5b7f64dee1616a
src/views/operate/orderPoint/index.vue
@@ -113,13 +113,13 @@
    }
  },
  created() {
    if(this.$route.params.productId){
    if (this.$route.params.productId) {
      this.getData({
        productId:this.$route.params.productId,
        pageSize:15,
        page:1
        productId: this.$route.params.productId,
        pageSize: 15,
        page: 1
      })
    }else{
    } else {
      this.getData()
    }
    this.setTable()
@@ -153,7 +153,7 @@
        keyWord: data?.jointName,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize,
        productId:data?.productId
        productId: data?.productId
      }).then((res) => {
        if (res.code === 200) {
          console.log(res)
@@ -241,6 +241,7 @@
          editable: false,
          isOrder: true
        })
        this.tableList.tableData = this.tableData
        this.locationId = 0
        this.productId = 0
      } else {