|
|
@ -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 |
|
|
|