|
@@ -154,15 +154,16 @@ import createNoveltySearch from './dialog/createNoveltySearch.vue';
|
|
handleCommand(event,row){
|
|
handleCommand(event,row){
|
|
switch(event){
|
|
switch(event){
|
|
case 'search'://检索
|
|
case 'search'://检索
|
|
- this.$router.push(
|
|
|
|
- {
|
|
|
|
- path:'/conditionImport',
|
|
|
|
- query:{
|
|
|
|
- noveltySearch:true,
|
|
|
|
- projectId:row.projectId
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- )
|
|
|
|
|
|
+ var form = {
|
|
|
|
+ importToId:this.projectId,
|
|
|
|
+ importToType:3,
|
|
|
|
+ type:4,
|
|
|
|
+ }
|
|
|
|
+ var params = {
|
|
|
|
+ projectId:this.projectId,
|
|
|
|
+ noveltySearch:true
|
|
|
|
+ }
|
|
|
|
+ this.$commonJS.toImportParent(form,4,params)
|
|
break;
|
|
break;
|
|
case "searchRecord"://检索记录
|
|
case "searchRecord"://检索记录
|
|
this.$router.push(
|
|
this.$router.push(
|