Compare commits

..

No commits in common. "2a00a61069121b09bcbc8e0011564934fcccc01a" and "afdddd648dec91d09a6baf4eb31c432c7daca132" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,6 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item label="单位名称" prop="backUnit">
<el-select
v-model="queryParams.backUnit"
@ -521,6 +520,7 @@ export default {
openTextOne: '',
openTextTwo: '',
openTextThree: '',
openTextThree: '',
type: '',
//
loading: false,
@ -577,6 +577,7 @@ export default {
this.getTree()
},
methods: {
/** 查询字典类型列表 */
getList() {
this.loading = true;