天津双奇点-新增台账增加商品id字段,修复切换公司失败
| | |
| | | show.value = false; |
| | | const factoryId = factoryListTem.value[arr.indexs[0]].deptId |
| | | const loginForm = { |
| | | username: userStore.name, |
| | | userName: userStore.name, |
| | | password: uni.getStorageSync('remembered_password'), |
| | | factoryId: factoryId, |
| | | } |
| | |
| | | if (selectedCategoryNode.value) { |
| | | // 设置选中的产品大类 |
| | | productData.value[currentProductIndex.value].productCategory = selectedCategoryNode.value.label; |
| | | productData.value[currentProductIndex.value].productId = selectedCategoryNode.value.id; |
| | | const id = selectedCategoryNode.value.id |
| | | // 重置选中的节点 |
| | | selectedCategoryNode.value = null; |
| | |
| | | if (selectedCategoryNode.value) { |
| | | // 设置选中的产品大类 |
| | | productData.value[currentProductIndex.value].productCategory = selectedCategoryNode.value.label; |
| | | productData.value[currentProductIndex.value].productId = selectedCategoryNode.value.id; |
| | | const id = selectedCategoryNode.value.id |
| | | // 重置选中的节点 |
| | | selectedCategoryNode.value = null; |