Browse Source

偏胖颜色调整看不清,下一步滚动条回到顶部

newMaster
liuzhipeng 3 months ago
parent
commit
6e7eb0c174
  1. 2
      acupuncture-前台/src/views/screening/index.vue
  2. 2
      acupuncture-前台/src/views/screening/qrCode.vue

2
acupuncture-前台/src/views/screening/index.vue

@ -301,8 +301,6 @@ export default {
startAge: "", // startAge: "", //
endAge: "", // endAge: "", //
tenantId: "", // tenantId: "", //
createBy: "", //
sourceId: "", //
}; };
this.handleQuery(); this.handleQuery();
}, },

2
acupuncture-前台/src/views/screening/qrCode.vue

@ -253,7 +253,7 @@ export default {
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.queryParams.param = { this.queryParams.param = {
keywords: "", // tenantId: "", //
}; };
this.handleQuery(); this.handleQuery();
}, },

Loading…
Cancel
Save