| | |
| | | <el-header> |
| | | <div style="margin-bottom: 15px"> |
| | | 编码规则: |
| | | <el-select v-model="select" :filter-method="filterValue" filterable placeholder="请选择" size="small" |
| | | <el-select v-model="select" :filter-method="filterValue" filterable placeholder="请选择" size="small" v-loading="selectLoading" |
| | | @change="selectHandler"> |
| | | <el-option v-for="(item,index) in queryReleasedList" |
| | | :key="item.oid" |
| | |
| | | tableData: [], |
| | | select: "", |
| | | selectValue: "", |
| | | editVisble: false |
| | | editVisble: false, |
| | | selectLoading:false, |
| | | } |
| | | }, |
| | | watch: { |
| | |
| | | const res2 = await getList({codeRuleId: this.select, chartType: "charset", chartValue: this.characterValue}); |
| | | this.tableData = res2.data.data; |
| | | this.loading = false; |
| | | this.selectLoading = false; |
| | | } catch (error) { |
| | | this.$message.warning(error) |
| | | } |