doway-coms 1.6.60 → 1.6.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -174,7 +174,7 @@ import {
|
|
|
174
174
|
export default {
|
|
175
175
|
name: "LeaveAMessage",
|
|
176
176
|
props: {
|
|
177
|
-
|
|
177
|
+
topic: {
|
|
178
178
|
type: String
|
|
179
179
|
},
|
|
180
180
|
modalHeight: {
|
|
@@ -249,7 +249,6 @@ export default {
|
|
|
249
249
|
uploadHeaders: {
|
|
250
250
|
Authorization: null
|
|
251
251
|
},
|
|
252
|
-
subject: "",
|
|
253
252
|
sendUser: [],
|
|
254
253
|
userList: [],
|
|
255
254
|
remark: "",
|
|
@@ -393,7 +392,7 @@ export default {
|
|
|
393
392
|
let postData = {
|
|
394
393
|
content: this.remark,
|
|
395
394
|
receiver: tmp.join(","),
|
|
396
|
-
subject: this.
|
|
395
|
+
subject: this.topic,
|
|
397
396
|
objectName: this.objectName,
|
|
398
397
|
resId: this.resId
|
|
399
398
|
};
|