Browse Source

去掉随访对象中未参与队列人员

newMaster
1747191978@qq.com 3 months ago
parent
commit
e7169ba3a9
  1. 12
      acupuncture-前台/src/views/followFile/subjects.vue
  2. 12
      acupuncture-后台/src/views/followFile/subjects.vue

12
acupuncture-前台/src/views/followFile/subjects.vue

@ -8,12 +8,12 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item label="" prop="queueId">
<!-- <el-form-item label="" prop="queueId">
<el-checkbox-group v-model="haveQueue">
<el-checkbox >未参加队列人员</el-checkbox>
</el-checkbox-group>
</el-form-item>
<el-form-item>
<el-form-item> -->
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">
重置
@ -213,10 +213,10 @@
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.param.haveQueue = ''
if(this.haveQueue){
this.queryParams.param.haveQueue = 0
}
// this.queryParams.param.haveQueue = ''
// if(this.haveQueue){
// this.queryParams.param.haveQueue = 0
// }
this.queryParams.pageNum = 1;
this.getList();
},

12
acupuncture-后台/src/views/followFile/subjects.vue

@ -38,11 +38,11 @@
/>
</el-select>
</el-form-item>
<el-form-item label="" prop="queueId">
<!-- <el-form-item label="" prop="queueId">
<el-checkbox-group v-model="haveQueue">
<el-checkbox>未参加队列人员</el-checkbox>
</el-checkbox-group>
</el-form-item>
</el-form-item> -->
<el-form-item>
<el-button
type="primary"
@ -369,10 +369,10 @@ export default {
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.param.haveQueue = "";
if (this.haveQueue) {
this.queryParams.param.haveQueue = 0;
}
// this.queryParams.param.haveQueue = "";
// if (this.haveQueue) {
// this.queryParams.param.haveQueue = 0;
// }
this.queryParams.pageNum = 1;
this.getList();
},

Loading…
Cancel
Save