damon227 1 năm trước cách đây
mục cha
commit
c136bb8939
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/views/modules/tech/ctafts-add-or-detail.vue

+ 0 - 2
src/views/modules/tech/ctafts-add-or-detail.vue

@@ -235,8 +235,6 @@ export default {
     },
     productIdChangeHandle (val) {
       if (val) {
-        // this.dataForm.productId = val.productId
-        // this.dataForm.techName = val.productName
         let item = this.optionLevel.find(t => t.productId === val)
         this.dataForm.techName = item.productName
       }