commit
This commit is contained in:
@@ -617,10 +617,7 @@
|
|||||||
// 清空
|
// 清空
|
||||||
clearSearchStand () {
|
clearSearchStand () {
|
||||||
this.standCommonlySearch.page = 1
|
this.standCommonlySearch.page = 1
|
||||||
this.standCommonlySearch.start = ''
|
this.standCommonlySearch.numOrName = ''
|
||||||
this.standCommonlySearch.end = ''
|
|
||||||
this.standCommonlySearch.categorg = ''
|
|
||||||
this.standCommonlySearch.cname = ''
|
|
||||||
this.sarStandCompareHis()
|
this.sarStandCompareHis()
|
||||||
},
|
},
|
||||||
// 搜索
|
// 搜索
|
||||||
|
|||||||
@@ -632,10 +632,7 @@ export default {
|
|||||||
// 清空
|
// 清空
|
||||||
clearSearchStand() {
|
clearSearchStand() {
|
||||||
this.standCommonlySearch.page = 1
|
this.standCommonlySearch.page = 1
|
||||||
this.standCommonlySearch.start = ''
|
this.standCommonlySearch.numOrName = ''
|
||||||
this.standCommonlySearch.end = ''
|
|
||||||
this.standCommonlySearch.categorg = ''
|
|
||||||
this.standCommonlySearch.cname = ''
|
|
||||||
this.sarStandCompareHis()
|
this.sarStandCompareHis()
|
||||||
},
|
},
|
||||||
// 搜索
|
// 搜索
|
||||||
|
|||||||
@@ -703,9 +703,9 @@
|
|||||||
} else {
|
} else {
|
||||||
this.form.fjListId = data.fjListId || data.form.fjListId
|
this.form.fjListId = data.fjListId || data.form.fjListId
|
||||||
}
|
}
|
||||||
this.form.textType = data.textType
|
this.form.textType = data.textType || data.form.textType
|
||||||
this.form.modelList = data.modelList
|
this.form.modelList = data.modelList || data.form.modelList
|
||||||
this.form.modelNameList = data.modelNameList
|
this.form.modelNameList = data.modelNameList || data.form.modelNameList
|
||||||
this.form.cid = data.cid || data.form.cid
|
this.form.cid = data.cid || data.form.cid
|
||||||
this.form.endTime = data.endTime || data.form.endTime
|
this.form.endTime = data.endTime || data.form.endTime
|
||||||
this.todoId = res.id
|
this.todoId = res.id
|
||||||
|
|||||||
Reference in New Issue
Block a user