web/src/views/modules/basicInfo/XhProductModel-AddOrUpdate.vue
@@ -50,19 +50,14 @@ }, methods: { init(id,params) { if (params.type == 'tree') { if (params.type === 'tree') { this.isTree = true this.isShow = false this.getProductList() } else { this.dataForm.pid = params.pid this.dataForm.productType = params.type } }, // 获取系统列表 async getProductList() { let res = await this.$http.get('/basicInfo/XhProductModel/getProductList') this.productList = res.data console.log(this.productList, 'getProductList') }, selectPicture() { this.$refs.pictureSelect.$refs.dialog.init()