|
|
@@ -163,17 +163,17 @@ export default {
|
|
|
computed: {
|
|
|
...mapState([]),
|
|
|
...mapGetters(["orgId", "orgName"]),
|
|
|
- joinedStringArray: {
|
|
|
- get() {
|
|
|
- if (this.formData.names == null || this.formData.names == undefined) {
|
|
|
- this.formData.names = this.formData.userNames.split(", ");
|
|
|
- }
|
|
|
- return this.formData.names.join(", ");
|
|
|
- },
|
|
|
- set(value) {
|
|
|
- this.formData.names = value.split(", ");
|
|
|
- },
|
|
|
- },
|
|
|
+ // joinedStringArray: {
|
|
|
+ // get() {
|
|
|
+ // if (this.formData.names == null || this.formData.names == undefined) {
|
|
|
+ // this.formData.names = this.formData.userNames.split(", ");
|
|
|
+ // }
|
|
|
+ // return this.formData.names.join(", ");
|
|
|
+ // },
|
|
|
+ // set(value) {
|
|
|
+ // this.formData.names = value.split(", ");
|
|
|
+ // },
|
|
|
+ // },
|
|
|
},
|
|
|
methods: {
|
|
|
...mapMutations([]),
|
|
|
@@ -217,7 +217,7 @@ export default {
|
|
|
this.formFileListDefualtValue=[];
|
|
|
if (id != null && id != undefined) {
|
|
|
await gethsggbsdj(id).then((res) => {
|
|
|
- this.formData.names = res.data.userNames.split(",");
|
|
|
+ // this.formData.names = res.data.userNames.split(",");
|
|
|
this.formData = res.data;
|
|
|
this.formFileListDefualtValue = res.data.images;
|
|
|
});
|