diff --git a/src/components/phoneRole/index.vue b/src/components/phoneRole/index.vue index 132ce3b5b..1716fd155 100644 --- a/src/components/phoneRole/index.vue +++ b/src/components/phoneRole/index.vue @@ -3,6 +3,7 @@ @@ -57,7 +58,7 @@ @click="toggle(index)" > @@ -125,12 +126,6 @@ export default { }, isShowPhone2(val) { this.$emit('update:isShowPhone', val) - }, - resultList (val) { - this.result = val - }, - result() { - this.$emit('resultList', this.result) } }, mounted() { @@ -140,6 +135,7 @@ export default { /** 查询 */ queryPhone() { this.getPhoneData() + this.finished = false }, /** 获取人员数据 */ async getPhoneData() { @@ -170,22 +166,41 @@ export default { }, roleSumit() { - this.$emit('checkedRole', this.result) - this.isShowPhone2 = false + let ids = '' + this.result.map(item => { + if (ids.length > 0) { + ids += ',' + ids += item + } else { + ids = item + } + }) + this.$http.get('SarInstitution/institution/getNextById', { + ids: ids + }, { + _this: this + }, res => { + this.$emit('checkedRole', res) + this.isShowPhone2 = false + this.phoneForm.name = '' + this.getPhoneData() + }) }, roleClear() { this.result = [] this.isShowPhone2 = false + this.phoneForm.name = '' + this.getPhoneData() }, // 下滑加载数据 onLoad() { + this.phoneForm.page++ phoneUser(this.phoneForm).then(res => { this.roleList = this.roleList.concat(res.data) this.total = this.roleList[0].total this.loading = false if (this.roleList.length < this.total) { - this.phoneForm.page ++ this.loading = false } else { this.finished = true diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index 86d86d981..c8beafe7d 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -963,7 +963,7 @@ export default { _this: this }, res => { this.addSpiltStandList = res.data.list - this.addFileStandtotal = res.data.list.length + this.addFileStandtotal = res.data.count this.loadData = false }, e => { this.loadData = false diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue index 87ed68310..1c6c4db0c 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue @@ -179,7 +179,7 @@ align="center"> @@ -474,7 +474,7 @@ size="800px">
- 查看比对 + 查看比对
相似度:{{ similarityDegree }}
-
-
+
+
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue index 9c2a0a4c9..fbd5f6cad 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue @@ -183,7 +183,7 @@ align="center"> @@ -483,7 +483,7 @@ size="800px">
- 查看比对 + 查看比对
相似度:{{ similarityDegree }}
-
-
+
+
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue index 6670afe1d..87b561ae8 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue @@ -188,7 +188,7 @@ align="center"> @@ -357,7 +357,7 @@ size="800px">
- 查看比对 + 查看比对 @@ -432,8 +432,8 @@ size="1100px">
相似度:{{ similarityDegree }}
-
-
+
+
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue index ff0d941b1..f0aed891c 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue @@ -177,6 +177,7 @@