diff --git a/project/qianxinan/AppIntegralRule/AppIntegralRule.vue b/project/qianxinan/AppIntegralRule/AppIntegralRule.vue
index 3dc4ab11..b897e689 100644
--- a/project/qianxinan/AppIntegralRule/AppIntegralRule.vue
+++ b/project/qianxinan/AppIntegralRule/AppIntegralRule.vue
@@ -44,14 +44,8 @@
-
-
-
- {{ item.name }}
-
-
+
+
@@ -143,9 +137,11 @@ export default {
},
set(row) {
this.chooseUserList = []
+ this.isSetEdit = false
this.instance.post(`/app/appscorerule/queryDetailById?id=${row.id}`).then((res) => {
if (res?.data) {
if(res.data.massSendingConfigs && res.data.massSendingConfigs.length) {
+
this.chooseUserList = res.data.massSendingConfigs
}
}
@@ -153,21 +149,14 @@ export default {
this.dialog = true
this.setInfo = {...row}
},
- selectPerson(val) {
- console.log(val)
- if (val) {
- this.personList = val
- } else {
- this.personList = this.chooseUserList
- }
- },
+
setConfirm() {
- if(!this.personList.length) {
+ if(!this.chooseUserList.length) {
return this.$message.error("请选择成员!")
}
var params = {
id: this.setInfo.id,
- massSendingConfigs: this.personList,
+ massSendingConfigs: this.chooseUserList,
}
this.instance.post(`/app/appscorerule/editMassSendingConfig`, params).then((res) => {
if (res.code == 0) {
diff --git a/project/qianxinan/AppPointsDetails/components/List.vue b/project/qianxinan/AppPointsDetails/components/List.vue
index 4e8259ce..d221b0c0 100644
--- a/project/qianxinan/AppPointsDetails/components/List.vue
+++ b/project/qianxinan/AppPointsDetails/components/List.vue
@@ -41,14 +41,15 @@
@closed="form={},chooseUserList=[]">
-
{{ item.name }}
-
+ -->
+
e.sysUserId)
if(this.flag) return
if(this.form.file?.length) {