|
@@ -278,7 +278,6 @@
|
|
filterable
|
|
filterable
|
|
allow-create
|
|
allow-create
|
|
@focus="selectChange(scope.row.target)"
|
|
@focus="selectChange(scope.row.target)"
|
|
- @blur="selectBlur"
|
|
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
v-for="item in measuresList"
|
|
v-for="item in measuresList"
|
|
@@ -610,9 +609,6 @@ export default {
|
|
});
|
|
});
|
|
this.queryParams.description=null;
|
|
this.queryParams.description=null;
|
|
},
|
|
},
|
|
- selectBlur() {
|
|
|
|
- this.measuresList = [];
|
|
|
|
- },
|
|
|
|
/** 查询目标协议列表 */
|
|
/** 查询目标协议列表 */
|
|
getList() {
|
|
getList() {
|
|
this.loading = true;
|
|
this.loading = true;
|