Merge branch 'develop' into FOTON
This commit is contained in:
@@ -402,6 +402,19 @@ export default {
|
||||
},
|
||||
//查找适用车型
|
||||
searchBtnClick() {
|
||||
if (this.dynamic.putTime === null) {
|
||||
this.dynamic.putTime = []
|
||||
}
|
||||
if (this.dynamic.SSRQ === null) {
|
||||
this.dynamic.SSRQ = []
|
||||
}
|
||||
if (this.dynamic.XCXSSRQ === null) {
|
||||
this.dynamic.XCXSSRQ = []
|
||||
}
|
||||
if (this.dynamic.ZCCSSRQ === null) {
|
||||
this.dynamic.ZCCSSRQ = []
|
||||
}
|
||||
|
||||
this.warningTableLoading = true
|
||||
this.$http.get('sys/EarlyWarning/getStandWarning', {
|
||||
...this.pageConfig,
|
||||
|
||||
Reference in New Issue
Block a user