国内外标准详情 分解单日期格式和清空
This commit is contained in:
@@ -467,6 +467,7 @@
|
||||
<el-date-picker
|
||||
v-model="standItemSearch.XCXSSRQ"
|
||||
type="date"
|
||||
value-format="yyyy-MM-dd"
|
||||
placeholder="新车实施日期">
|
||||
</el-date-picker>
|
||||
</div>
|
||||
@@ -477,6 +478,7 @@
|
||||
<el-date-picker
|
||||
v-model="standItemSearch.ZCCSSRQ"
|
||||
type="date"
|
||||
value-format="yyyy-MM-dd"
|
||||
placeholder="在产车实施日期">
|
||||
</el-date-picker>
|
||||
</div>
|
||||
@@ -2396,6 +2398,9 @@ export default {
|
||||
this.standItemSearch.parts = ''
|
||||
this.standItemSearch.nameOrRequest = ''
|
||||
this.standItemSearch.fileType = ''
|
||||
this.standItemSearch.itemsName=''
|
||||
this.standItemSearch.ZCCSSRQ=''
|
||||
this.standItemSearch.XCXSSRQ=''
|
||||
this.selectSarStandItems()
|
||||
},
|
||||
inputChange() {
|
||||
|
||||
Reference in New Issue
Block a user