src/views/productManage/productRegisterForm/addProductRegisterPage.vue
@@ -907,8 +907,8 @@ // 仪器连接弹窗 deviceConnectClick() { if (this.isDeviceConnectStatus) { this.$refs.addProductDialog.proForm.pieceNumber=1 this.$refs.addProductDialog.proForm.pieces=1 this.$refs.addProductDialog.proForm.pieceNumber= this.$refs.addProductDialog.proForm.pieceNumber||1 this.$refs.addProductDialog.proForm.pieces= this.$refs.addProductDialog.proForm.pieces||1 this.$forceUpdate(); this.$refs.addProductDialog.editDialogVisible = true; }