Commit 7c1522a7 by zlr

修改下拉默认显示

parent 4240b4ee
...@@ -441,7 +441,6 @@ export default ({ ...@@ -441,7 +441,6 @@ export default ({
formData.append('query', ''); formData.append('query', '');
getLogLevelList(formData).then(res=>{ getLogLevelList(formData).then(res=>{
if (res) { if (res) {
console.log('获取日志级别==',res);
this.logLevelList=res; this.logLevelList=res;
}else { }else {
this.$message.error(res.errMsg) this.$message.error(res.errMsg)
......
...@@ -418,8 +418,7 @@ export default { ...@@ -418,8 +418,7 @@ export default {
//查看详情 //查看详情
checkDetail(row) { checkDetail(row) {
      console.log('打开查看详情弹窗id不为为null'); this.pageLog.transId=row.transId;
this.pageLog.transId=row.id;
this.getKettleTransRecordList();// 分页获取转换执行日志记录列表 this.getKettleTransRecordList();// 分页获取转换执行日志记录列表
this.getSimpleList();//获取我添加的作业列表 搜索下拉框列表 this.getSimpleList();//获取我添加的作业列表 搜索下拉框列表
this.dialogShow=true;      this.dialogShow=true;     
...@@ -427,7 +426,6 @@ export default { ...@@ -427,7 +426,6 @@ export default {
//获取转换下拉列表 //获取转换下拉列表
getSimpleList(){ getSimpleList(){
getList().then((res)=>{ getList().then((res)=>{
console.log('获取转换日志下拉列表:',res);
if(res.success){ if(res.success){
this.simpleList=res.data; this.simpleList=res.data;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment