diff --git a/src/components/lcProject/lcggdytab.vue b/src/components/lcProject/lcggdytab.vue index f2f892d..f925086 100644 --- a/src/components/lcProject/lcggdytab.vue +++ b/src/components/lcProject/lcggdytab.vue @@ -280,7 +280,7 @@ + title="硬盘/运费/其他/DDR" :edit-render="{ autofocus: '.vxe-input--inner' }" width="130" align="center"> @@ -332,7 +332,7 @@ - - @@ -464,7 +464,7 @@ export default { updateRemark(val, rowIndex){ // 根据选中的二级品线查找对应的一级品线 const item = this.remark_level.find(i => i && i.remark_two === val.value); - this.tableData[rowIndex].remark1 = item.remark_one; + this.tableData[rowIndex].remark1 = val.value==null|| !val.value?'' :item.remark_one; }, // 计算表格自适应高度 calculateTableHeight() { diff --git a/src/views/lcProject/taskMange/spxdxqMx.vue b/src/views/lcProject/taskMange/spxdxqMx.vue index c9da53c..863b734 100644 --- a/src/views/lcProject/taskMange/spxdxqMx.vue +++ b/src/views/lcProject/taskMange/spxdxqMx.vue @@ -175,7 +175,7 @@ - +