bug
This commit is contained in:
		| @@ -55,8 +55,9 @@ | ||||
|           <el-input placeholder="输入公文名称/编号" | ||||
|                     v-model="searchObj.name" | ||||
|                     size="small" | ||||
|                     @change="(page.current = 1), getList()" | ||||
|                     v-throttle="() => {page.current = 1, getList()}" | ||||
|                     clearable | ||||
|                     @clear="page.current = 1, searchObj.name = '', getList()" | ||||
|                     prefix-icon="iconfont iconSearch"/> | ||||
|         </template> | ||||
|       </ai-search-bar> | ||||
| @@ -192,7 +193,7 @@ export default { | ||||
|       ]; | ||||
|     }, | ||||
|   }, | ||||
|   mounted() { | ||||
|   created() { | ||||
|     this.dict.load('officialDocumentName', 'officialDocumentConfidentialityLevel', 'officialDocumentReadType', 'documentStatus').then(() => { | ||||
|       this.$nextTick(() => this.getList()) | ||||
|     }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user