@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1668134791445
+ "version": 1668135566914
}
@@ -125,7 +125,7 @@ export default {
this.$refs.table.refresh(true)
},
handleDetail (row) {
- if (row.productCategory) {
+ if (row.productCategory && row.productQty) {
this.nowData = row
this.openCreatRoModal = true
} else {