|
@ -198,6 +198,9 @@ export default { |
|
|
handleType(value, index) { |
|
|
handleType(value, index) { |
|
|
this.curIndex = index |
|
|
this.curIndex = index |
|
|
this.dataForm.appointStatus = value |
|
|
this.dataForm.appointStatus = value |
|
|
|
|
|
if (index === 1) { |
|
|
|
|
|
this.dataForm.searchType = '' |
|
|
|
|
|
} |
|
|
this.getDataListInitial() |
|
|
this.getDataListInitial() |
|
|
}, |
|
|
}, |
|
|
// 获取全部项目 |
|
|
// 获取全部项目 |
|
|