From f93cb40b76468c6f1063081a3be16027d69b4832 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 04 一月 2024 09:46:01 +0800
Subject: [PATCH] 指标完成
---
src/views/repositoryai/intention/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/repositoryai/intention/index.vue b/src/views/repositoryai/intention/index.vue
index 80ce5cb..b7ae1d0 100644
--- a/src/views/repositoryai/intention/index.vue
+++ b/src/views/repositoryai/intention/index.vue
@@ -173,8 +173,8 @@
<el-table-column
label="搴忓彿"
align="center"
- key="targetID"
- prop="targetID"
+ key="targetid"
+ prop="targetid"
/>
<el-table-column
label="鍊肩被鍨�"
@@ -827,7 +827,7 @@
// 鐤剧梾-----------------------
illnessUpdate(row) {
this.illnessVisible = true;
- this.indexid = row.targetID;
+ this.indexid = row.targetid;
this.illnesslistapi = [];
const illnessqueryParams = {
pageNum: 1,
@@ -837,7 +837,7 @@
console.log(response);
this.optionsillness = response.rows;
});
- getillness({ outid: row.targetID, type: 1 }).then((res) => {
+ getillness({ outid: row.targetid, type: 1 }).then((res) => {
this.illnesslist = res.rows;
console.log(res);
});
@@ -1082,7 +1082,7 @@
reset() {
this.indexform = {
suitWay: undefined,
- targetID: undefined,
+ targetid: undefined,
targetdesc: undefined,
baseTagList: [],
targetoptionList: [],
@@ -1104,7 +1104,7 @@
},
// 澶氶�夋閫変腑鏁版嵁
handleSelectionChange(selection) {
- this.ids = selection.map((item) => item.targetID);
+ this.ids = selection.map((item) => item.targetid);
this.single = selection.length != 1;
this.multiple = !selection.length;
},
@@ -1161,7 +1161,7 @@
this.targetoptionList
);
if (valid) {
- if (this.indexform.targetID != undefined) {
+ if (this.indexform.targetid != undefined) {
this.indexform.isoperation = 2;
gettargetInfoedit(this.indexform).then((response) => {
this.$modal.msgSuccess("淇敼鎴愬姛");
@@ -1182,7 +1182,7 @@
},
/** 鍒犻櫎鎸夐挳鎿嶄綔 */
handleDelete(row) {
- const userIds = row.targetID || this.ids;
+ const userIds = row.targetid || this.ids;
this.$modal
.confirm('鏄惁纭鍒犻櫎鎸囨爣鍚嶇О涓�"' + row.targetname + '"鐨勬暟鎹」锛�')
.then(function () {
--
Gitblit v1.9.3