src/views/productManage/productRegisterForm/addProductRegisterPage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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; }