From 46629a064c0e0db2de0d09185546ceb839d9a3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E2=80=9Cshijing?= <“1378914240@qq.com> Date: Wed, 8 Sep 2021 09:20:48 +0800 Subject: [PATCH 1/4] addWord --- hb_client/src/api/testModel.js | 8 + hb_client/src/views/login/index.vue | 1 + hb_client/src/views/mtm/stepdo.vue | 684 ++++++++++---------- hb_client/src/views/testModel/faceLogin.vue | 30 +- hb_client/src/views/testModel/markImage.vue | 180 ++++-- 5 files changed, 470 insertions(+), 433 deletions(-) create mode 100644 hb_client/src/api/testModel.js diff --git a/hb_client/src/api/testModel.js b/hb_client/src/api/testModel.js new file mode 100644 index 0000000..fc6204e --- /dev/null +++ b/hb_client/src/api/testModel.js @@ -0,0 +1,8 @@ +import request from '@/utils/request' +export function faceLogin(data) { + return request({ + url: '/system/facelogin/', + method: 'post', + data + }) +} diff --git a/hb_client/src/views/login/index.vue b/hb_client/src/views/login/index.vue index 9e606b4..f9ad27a 100644 --- a/hb_client/src/views/login/index.vue +++ b/hb_client/src/views/login/index.vue @@ -103,6 +103,7 @@ }, + activeName: "", loading: false, passwordType: "password", redirect: undefined, diff --git a/hb_client/src/views/mtm/stepdo.vue b/hb_client/src/views/mtm/stepdo.vue index e613d63..e4470c9 100644 --- a/hb_client/src/views/mtm/stepdo.vue +++ b/hb_client/src/views/mtm/stepdo.vue @@ -1,237 +1,202 @@ @@ -505,4 +469,4 @@ export default { .my-content { background: #FDE2E2; } - \ No newline at end of file + diff --git a/hb_client/src/views/testModel/faceLogin.vue b/hb_client/src/views/testModel/faceLogin.vue index bd0ecba..111a824 100644 --- a/hb_client/src/views/testModel/faceLogin.vue +++ b/hb_client/src/views/testModel/faceLogin.vue @@ -12,6 +12,7 @@ + From d5ab0dad5f222923572977acaaf05287dc43c5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E2=80=9Cshijing?= <“1378914240@qq.com> Date: Wed, 8 Sep 2021 11:29:09 +0800 Subject: [PATCH 3/4] addWord --- hb_client/src/views/mtm/step.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hb_client/src/views/mtm/step.vue b/hb_client/src/views/mtm/step.vue index e1ec802..ac0fdd3 100644 --- a/hb_client/src/views/mtm/step.vue +++ b/hb_client/src/views/mtm/step.vue @@ -653,7 +653,7 @@ const isEdit = this.dialogType1 === "edit"; if (isEdit) { this.field.form=this.formID; - this.field.field_choice = this.options; + this.field.field_choice = this.field_choice; updaterffield(this.field.id, this.field).then((res) => { if (res.code >= 200) { this.fieldLists() @@ -663,7 +663,7 @@ }); } else { this.field.form=this.formID; - this.field.field_choice = this.options; + this.field.field_choice = this.field_choice; createrffield(this.field).then((res) => { if (res.code >= 200) { this.fieldLists() From 9bacdad594a2c1fd3af53f44061682dfb77ee8d1 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 8 Sep 2021 14:13:10 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6=20step?= =?UTF-8?q?.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hb_client/src/views/mtm/step.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/hb_client/src/views/mtm/step.vue b/hb_client/src/views/mtm/step.vue index ac0fdd3..ff42826 100644 --- a/hb_client/src/views/mtm/step.vue +++ b/hb_client/src/views/mtm/step.vue @@ -79,7 +79,6 @@ :label="item.label" :value="item.value"> -<<<<<<< HEAD