提交 db733e0c 编写于 作者: jq's avatar jq

删除log测试

上级 22ae8022
......@@ -198,9 +198,6 @@
</div>
</div>
</div>
<div>
{{ item }}
</div>
</div>
</template>
......@@ -237,10 +234,6 @@
showAdvice: (state) => state.showAdvice,
}),
doctorCallStatus() {
console.log(typeof this.item, '测试类型item');
console.log(this.item, '测试类型item');
console.log(typeof this.item.doctorCallStatus, '测试类型');
console.log(this.item.doctorCallStatus, '测试类型doctorCallStatus');
switch (this.item.doctorCallStatus) {
case 1:
return '未拨打';
......@@ -369,7 +362,6 @@
created() {},
mounted() {
console.log('this.item', this.item);
if (this.item.returnStatus == 1 || this.item.returnStatus == 3) {
const nowData = new Date().getTime();
const timeleft = this.item.appointBeginTime - nowData;
......@@ -492,7 +484,6 @@
})
.then((res) => {
if (res.code == '000000') {
console.log(res.data);
this.$store.commit('main/updateShowAdvice', true);
this.$store.commit('main/updateCurrentAdvice', res.data);
} else {
......
......@@ -24,7 +24,6 @@ const main = {
},
mutations: {
updateCurrentDiagList(state, obj) {
console.log(obj, 'obj测试数据');
state.currentDiagList = obj;
},
updateAllSize(state, allSize) {
......
......@@ -27,7 +27,6 @@ const socket = {
});
socketClient.on('diagnose_push_event', (socket) => {
const { list, allSize, countRespList } = socket;
console.log(list, '测试listlistlist');
context.commit('main/updateCurrentCalList', countRespList, {
root: true,
});
......
......@@ -47,7 +47,6 @@
:key="index"
class="workbench-li"
>
{{ item }}
<inquiryList-component :item="item" />
</div>
</div>
......@@ -174,7 +173,6 @@
},
},
created() {
console.log('1233444544343', this.currentDiagList);
console.log('currentCalList---------------------', this.currentCalList);
},
mounted() {
......@@ -222,7 +220,6 @@
}
conditionUpdate(p).then((res) => {
if (res.code == '000000') {
console.log(res, 'resresresresresres测试');
this.$store.commit('main/updateSoketQuest', p);
if (type == 'tab') {
const returnStatus = p.returnStatus;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册