jinlin
2024-03-12 c400e8082b202fbf20ea0e740a306aa3c62e8fb5
web/src/views/modules/basicInfo/XhProductModel.vue
@@ -107,8 +107,9 @@
        return `${window.SITE_CONFIG['apiURL']}/sys/oss/content2?fileId=${id}`
      },
      onProductSelected(data) {
        console.log(data)
        this.dataForm.pid = data.id
        this.dataForm.type = data.nodeType
        this.dataForm.type = data.productType
        this.$refs.tableObj.query()
      }
    }