Skip to content

Commit

Permalink
delete console print info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow committed Oct 24, 2023
1 parent 5252ee1 commit 1ffcde2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/views/product/info/components/ProductInfoModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1319,11 +1319,6 @@ export default defineComponent({
}
}
console.info(editableData)
console.info(meTable.dataSource)
// 我的editableData是一个对象,但是meTable.dataSource是一个数组,
// 我需要将数据覆盖到meTable.dataSource中 我的源数据是editableData 这里应该循环editableData
const product : AddProductReq = {
productId: formState.productId,
productName: formState.productName,
Expand Down

0 comments on commit 1ffcde2

Please sign in to comment.