提交 0c486d1a 编写于 作者: qian.jie's avatar qian.jie

Merge branch 'feature/jq' into 'develop'

Feature/jq

See merge request com.pica.cloud.education.frontend/pica-admin-consultation!245
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
// }); // });
this.$router.push({ this.$router.push({
path: '/workbench-new', path: '/workbench-new',
query: { type: 1 }, query: { type: 1, id: this.operatorsItem.id },
}); });
}, },
goSelectDeart() { goSelectDeart() {
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
</el-radio-group> </el-radio-group>
</div> </div>
<div <div
v-if="currentDiagList.length || tabPositionValue == 3"
class="workbench-content"> class="workbench-content">
<div <div
v-if="tabPositionValue == 3" v-if="tabPositionValue == 3"
...@@ -91,7 +90,7 @@ ...@@ -91,7 +90,7 @@
</div> </div>
</div> </div>
</div> </div>
<div <!-- <div
v-else v-else
class="nodata-container" class="nodata-container"
> >
...@@ -102,7 +101,7 @@ ...@@ -102,7 +101,7 @@
<div class="nodata-title"> <div class="nodata-title">
暂时没有问诊 暂时没有问诊
</div> </div>
</div> </div> -->
<el-dialog <el-dialog
:visible.sync="showIsReset" :visible.sync="showIsReset"
width="30%" width="30%"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册