|
@@ -230,7 +230,7 @@
|
|
const param = {
|
|
const param = {
|
|
current: this.inCurrentPage||this.currentPage,
|
|
current: this.inCurrentPage||this.currentPage,
|
|
size: this.pageSize,
|
|
size: this.pageSize,
|
|
- conceptName: this.filter.conceptName,
|
|
|
|
|
|
+ description: this.filter.conceptName,
|
|
};
|
|
};
|
|
return param;
|
|
return param;
|
|
},
|
|
},
|
|
@@ -320,7 +320,7 @@
|
|
spinner: 'el-icon-loading',
|
|
spinner: 'el-icon-loading',
|
|
background: 'rgba(0, 0, 0, 0.7)'
|
|
background: 'rgba(0, 0, 0, 0.7)'
|
|
});
|
|
});
|
|
- api.zskUpdateAll().then((res) => {
|
|
|
|
|
|
+ api.updateDiagBase().then((res) => {
|
|
loading.close();
|
|
loading.close();
|
|
if (res.data.code == '0') {
|
|
if (res.data.code == '0') {
|
|
this.warning('更新成功','success');
|
|
this.warning('更新成功','success');
|