|
@@ -290,7 +290,11 @@ export default {
|
|
|
this.form = {
|
|
|
...form,
|
|
|
};
|
|
|
- if (this.form.importToType) {
|
|
|
+ if(this.form.importToId){
|
|
|
+ this.$set(this.form,'importToId',parseInt(this.form.importToId))
|
|
|
+ }
|
|
|
+ if (this.form.importToType || this.form.importToType == 0) {
|
|
|
+ this.$set(this.form,'importToType',this.form.importToType+'')
|
|
|
if(this.form.importToType == 3){
|
|
|
this.title = `导入到查新检索报告`;
|
|
|
}else{
|