src/views/doctor/examination/index.vue
@@ -302,6 +302,7 @@ }); } else { this.$refs.tb.clearSelection(); this.xiangmuList = []; } this.total = response.data.total; this.loading = false; @@ -357,7 +358,6 @@ status: "0", }; confirmOrder(data).then((res) => { console.log(res); if (res.code == 200) { this.getList(); this.$modal.msgSuccess("提交成功!"); @@ -378,14 +378,12 @@ status: "1", }; confirmOrder(data).then((res) => { console.log(res); if (res.code == 200) { this.getList(); this.$modal.msgSuccess("提交成功!"); } }); }); console.log(this.tjNumbers); }, }, };