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

删除log测试

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