|
@@ -256,9 +256,9 @@ export default {
|
|
|
level: '',
|
|
|
list: []
|
|
|
}
|
|
|
- this.selectMultipleData = []
|
|
|
- this.$refs['select'].changevalue = []
|
|
|
- this.$refs['select'].changevalue = []
|
|
|
+ this.selectMultipleData = []
|
|
|
+ this.$refs['select'].changevalue = []
|
|
|
+ this.$refs['select'].realValue = []
|
|
|
},
|
|
|
// change 改变form列表数据
|
|
|
formatterList() {
|