|
@@ -1317,7 +1317,6 @@ export default {
|
|
|
this.$refs["msgForm"].validate(valid => {
|
|
this.$refs["msgForm"].validate(valid => {
|
|
|
if (valid) {
|
|
if (valid) {
|
|
|
|
|
|
|
|
- this.msgForm.setting=JSON.stringify(this.setting)
|
|
|
|
|
this.msgForm.ids=this.ids;
|
|
this.msgForm.ids=this.ids;
|
|
|
this.msgForm.sopId=this.queryParams.sopId;
|
|
this.msgForm.sopId=this.queryParams.sopId;
|
|
|
this.msgForm.userIdParam=this.queryParams.userIdParam;
|
|
this.msgForm.userIdParam=this.queryParams.userIdParam;
|
|
@@ -1391,6 +1390,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ this.msgForm.setting=JSON.stringify(this.setting)
|
|
|
this.sendMsgOpen.open = false;
|
|
this.sendMsgOpen.open = false;
|
|
|
|
|
|
|
|
const loading = this.$loading({
|
|
const loading = this.$loading({
|