|
@@ -60,7 +60,8 @@
|
|
ruleId:'',//规则ID
|
|
ruleId:'',//规则ID
|
|
ruleUserId:'',//规则细则
|
|
ruleUserId:'',//规则细则
|
|
id:'',//记录id
|
|
id:'',//记录id
|
|
- ruleType:'',//记录id
|
|
|
|
|
|
+ ruleType:'',
|
|
|
|
+ endDate:'',
|
|
detail:{
|
|
detail:{
|
|
imgName:'',//文件名
|
|
imgName:'',//文件名
|
|
imgUrl:'',//文件路径
|
|
imgUrl:'',//文件路径
|
|
@@ -81,7 +82,8 @@
|
|
this.param.ruleId=item2.ruleId;
|
|
this.param.ruleId=item2.ruleId;
|
|
this.param.ruleUserId=item2.ruleUserId;
|
|
this.param.ruleUserId=item2.ruleUserId;
|
|
// this.param.id=item2.recordId;
|
|
// this.param.id=item2.recordId;
|
|
- // this.param.ruleType=item2.ruleType;
|
|
|
|
|
|
+ this.param.ruleType=item2.ruleType;
|
|
|
|
+ this.param.endDate=item2.endDate;
|
|
|
|
|
|
if(option.messageUserId){
|
|
if(option.messageUserId){
|
|
this.messageUserId = option.messageUserId;
|
|
this.messageUserId = option.messageUserId;
|
|
@@ -342,6 +344,7 @@
|
|
if(this.messageUserId){
|
|
if(this.messageUserId){
|
|
_this.param.messageUserId = this.messageUserId
|
|
_this.param.messageUserId = this.messageUserId
|
|
}
|
|
}
|
|
|
|
+ console.log(_this.param)
|
|
const {data} = await gradingControlAdd(_this.param)
|
|
const {data} = await gradingControlAdd(_this.param)
|
|
if(data.code==200){
|
|
if(data.code==200){
|
|
uni.showToast({
|
|
uni.showToast({
|