This commit is contained in:
zhutianqi
2021-12-17 14:39:59 +08:00
parent 351fe348d2
commit 68d1eebf1f
3 changed files with 5 additions and 11 deletions
@@ -617,10 +617,7 @@
// 清空
clearSearchStand () {
this.standCommonlySearch.page = 1
this.standCommonlySearch.start = ''
this.standCommonlySearch.end = ''
this.standCommonlySearch.categorg = ''
this.standCommonlySearch.cname = ''
this.standCommonlySearch.numOrName = ''
this.sarStandCompareHis()
},
// 搜索
@@ -632,10 +632,7 @@ export default {
// 清空
clearSearchStand() {
this.standCommonlySearch.page = 1
this.standCommonlySearch.start = ''
this.standCommonlySearch.end = ''
this.standCommonlySearch.categorg = ''
this.standCommonlySearch.cname = ''
this.standCommonlySearch.numOrName = ''
this.sarStandCompareHis()
},
// 搜索
@@ -703,9 +703,9 @@
} else {
this.form.fjListId = data.fjListId || data.form.fjListId
}
this.form.textType = data.textType
this.form.modelList = data.modelList
this.form.modelNameList = data.modelNameList
this.form.textType = data.textType || data.form.textType
this.form.modelList = data.modelList || data.form.modelList
this.form.modelNameList = data.modelNameList || data.form.modelNameList
this.form.cid = data.cid || data.form.cid
this.form.endTime = data.endTime || data.form.endTime
this.todoId = res.id