@@ -225,10 +239,11 @@
width: 340
}],
form: {
- application_type_id: '',
+ application_type_id: [],
category_id: [],
number: '',
title: "",
+ // is_top:0,
keywords:'',
separation: [],
branch: [],
@@ -334,6 +349,8 @@
this.form.application_details = res.application_details ? res.application_details : [],
this.form.tag_ids = res.tag_ids?res.tag_ids:[],
this.form.category_id = res.category_id?res.category_id:[],
+ this.form.application_type_id = res.application_type_id?res.application_type_id:[],
+ // this.form.is_top = res.is_top?res.is_top:0
this.form.separation = res.separation?res.separation:[]
this.form.branch = res.branch?res.branch:[]
this.form.topic = res.topic?res.topic:[]
@@ -361,10 +378,11 @@
this.id = ''
this.filesList = []
this.form = {
- application_type_id: '',
+ application_type_id: [],
category_id: [],
number: '',
title: "",
+ // is_top:0,
keywords:'',
separation: [],
branch: [],
diff --git a/src/views/resource/components/addLr.vue b/src/views/resource/components/addLr.vue
index bbd658b..a6757ae 100644
--- a/src/views/resource/components/addLr.vue
+++ b/src/views/resource/components/addLr.vue
@@ -8,7 +8,8 @@
Product Phase:
-
+
@@ -36,40 +37,53 @@
-