Browse Source

修改量表选择点击圈圈没有触发点击事件1

master-admin
lzp 1 week ago
parent
commit
7e9f700efa
  1. BIN
      web_client/clientapi-2.zip
  2. 24
      web_client/src/views/Patient/chooseSetMeal/index.vue

BIN
web_client/clientapi-2.zip

Binary file not shown.

24
web_client/src/views/Patient/chooseSetMeal/index.vue

@ -523,18 +523,18 @@ export default {
const { code, msg, data } = res;
if (code === 200) {
this.handlesave();
// if (this.isSign != 1) {
// this.$router.push({
// path: "informed",
// });
// } else {
// this.setSpecifyJump({
// to: {
// name: "AD8",
// },
// });
// this.home.determine();
// }
if (this.isSign != 1) {
this.$router.push({
path: "informed",
});
} else {
this.setSpecifyJump({
to: {
name: "AD8",
},
});
this.home.determine();
}
// this.$message.success("");
} else {
this.$message.error(msg);

Loading…
Cancel
Save