国内外标准详情 分解单日期格式和清空

This commit is contained in:
zhaokaiyao@91isoft.com
2021-08-29 19:16:04 +08:00
parent a17c9dfc8d
commit 820b215771
@@ -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() {