diff --git a/public/index.html b/public/index.html
index 968506054..9658d8771 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,6 +9,7 @@
标准法规管理系统
+
-
diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue
index fb20e7549..e24339956 100644
--- a/src/pages/personal/pages/my-questions/index.vue
+++ b/src/pages/personal/pages/my-questions/index.vue
@@ -19,7 +19,7 @@
清空
- 提问
+ 提问
diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/stepC1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/stepC1.vue
index 003ac380d..c1f0c13b9 100644
--- a/src/pages/processCenter/pages/creatProcess/qbrk/stepC1.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbrk/stepC1.vue
@@ -22,7 +22,7 @@
@@ -32,7 +32,7 @@
label="质量评价人"
min-width="100%">
- {{scope.row.userName}}-{{scope.row.taskInfo}}
+ {{scope.row.userName}}-{{scope.row.taskInfo}}
diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue
index 88f533b92..34e278ec2 100644
--- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue
+++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue
@@ -127,6 +127,7 @@ export default {
type: '',
commentText: '',
qbfsForm: {},
+ LXDList:[],
isTransfer: false,
isSubmit: false,
saveLoading: false,
@@ -220,13 +221,14 @@ export default {
})
},
assemble(ids,names){
- let list= new Array();
- let idArray=ids.split(',');
- let nameArray=names.split(',');
- for(let i=0; i 0){
+ this.qbfsForm.area = this.qbfsForm.area.join(',')
+ }
this.qbfsForm.commentText = this.commentText
let json = JSON.stringify(this.qbfsForm);
this.$http.post('lawss/activiti/completeTask', {
diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
index 174930b93..9b78b021f 100644
--- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
+++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
@@ -1728,7 +1728,7 @@ export default {
{value: 'buss1_2',label: '技术标准-修订'},
{value: 'buss2_1',label: '产品标准-制定'},
{value: 'buss2_2',label: '产品标准-修订'},
- {value: 'buss2_3',label: '产品标准-修订'},
+ {value: 'buss2_3',label: '产品标准-修改'},
],
QCBFC: false, //C类标准展示备案日期
replaceLawsNumModel: false,
@@ -2425,7 +2425,7 @@ export default {
nodeList3: [],
nodeListZRBM: [],
modalshowflagZRBM: false,
- addOrUPdateFlag: 1, // 新增:1, 修改:2
+ addOrUPdateFlag: 2, // 新增:1, 修改:2
modalshowflag: false,
standSubclassConfigOptions: [], // 企标细类下拉框-所有数据
collectBtn: false,