Browse Source

peter

360view
newPeter7 2 years ago
parent
commit
13d1c9fb13
  1. 15
      src/page-subspecialty/views/modules/optometryManagement/cornea/index.vue

15
src/page-subspecialty/views/modules/optometryManagement/cornea/index.vue

@ -105,11 +105,6 @@
class="operation-details"
@click="browseClick(scope.row)"
>OK镜</span>
<span
style="color: #F56C6C; padding-right: 8px"
class="operation-details"
@click="deleteClick(scope.row)"
>删除</span>
</template>
</el-table-column>
</el-table>
@ -197,16 +192,6 @@ export default {
}
})
},
deleteClick(scopeRow) {
this.$confirmFun('确定要删除吗?').then(() => {
this.$http.post('/lenses/delPatientInfo', {
id: scopeRow.id
}).then(() => {
this.$message.success('删除成功!')
this.getDataList()
})
}).catch(() => {})
},
handleType(value, index) {
this.curIndex = index
this.dataForm.nextCheckFlag = value

Loading…
Cancel
Save