cloud-web-corejs 1.0.54-dev.256 → 1.0.54-dev.257
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
@@ -1374,7 +1374,7 @@ pmixins = {
|
|
1374
1374
|
},
|
1375
1375
|
getUserBasicInfos(){
|
1376
1376
|
let createBy = this.attachmentDTO.createBy
|
1377
|
-
if(
|
1377
|
+
if(!!this.attachmentDTO._createBy || !createBy)return
|
1378
1378
|
this.$http({
|
1379
1379
|
url: USER_PREFIX + `/userb/getUserBasicInfos`,
|
1380
1380
|
method: 'post',
|