|
@@ -153,7 +153,15 @@ export default {
|
|
|
],
|
|
|
};
|
|
|
},
|
|
|
- watch: {},
|
|
|
+ watch: {
|
|
|
+ importToId(){
|
|
|
+ this.searchFiled2= {
|
|
|
+ projectId: this.importToType == 2?null:this.importToId,
|
|
|
+ productId: this.importToType == 2?this.importToId:null,
|
|
|
+ }
|
|
|
+ this.getList()
|
|
|
+ },
|
|
|
+ },
|
|
|
computed: {
|
|
|
...mapGetters(['webSocket', 'userinfo']),
|
|
|
importType() {
|