|
@@ -227,7 +227,7 @@ export default {
|
|
|
if (res.data.code == '0') {
|
|
|
const data = res.data.data;
|
|
|
// 类型:1-诊断、2-药品、3-检验套餐、4-检验细项、5-检查、6-手术和操作
|
|
|
- let temp = [
|
|
|
+ /*let temp = [
|
|
|
'',
|
|
|
'诊断',
|
|
|
'药品',
|
|
@@ -236,11 +236,8 @@ export default {
|
|
|
'检查',
|
|
|
'检查子项',
|
|
|
'手术和操作',
|
|
|
- ];
|
|
|
- this.list = data.records = data.records.filter(item => {
|
|
|
- item.typeName = temp[item.type];
|
|
|
- return item;
|
|
|
- });
|
|
|
+ ];*/
|
|
|
+ this.list = data.records;
|
|
|
this.cacheData[param.current] = data.records;
|
|
|
this.total = data.total;
|
|
|
if (this.inCurrentPage !== undefined) {
|