企标制修订技术标准-带入企标-输入搜索条件后关闭弹框 清空查询条件
This commit is contained in:
@@ -2241,6 +2241,13 @@ export default {
|
||||
* @param done
|
||||
*/
|
||||
handleReviseDrawerClose (done) {
|
||||
this.standardSearchForm.esName = '';
|
||||
this.standardSearchForm.unit = '';
|
||||
this.standardSearchForm.standCode = '';
|
||||
this.standardSearchForm.QCDW = '';
|
||||
this.standardSearchForm.standName = ''
|
||||
this.standardSearchForm.page = 1
|
||||
this.standardSearchForm.pageSize = this.$store.getters.userInfo.configContent
|
||||
done()
|
||||
},
|
||||
getDomesticStandardTable () {
|
||||
|
||||
Reference in New Issue
Block a user