|
@@ -117,15 +117,13 @@ export default {
|
|
|
this.uploadCacheData.sat_sharematerialid = data.sat_sharematerialid
|
|
|
this.uploadCacheData.attinfos = data.attinfos
|
|
|
this.authId = this.$route.query.id
|
|
|
- setTimeout(this.randerData, 1000)
|
|
|
+ setTimeout(this.randerData, 100)
|
|
|
if (data.title != '') this.uploadCacheData.status = "完成"
|
|
|
this.query_auth()
|
|
|
},
|
|
|
/* 更新附件列表数据 */
|
|
|
randerData () {
|
|
|
if (this.uploadType != 3) {
|
|
|
- // console.log(222222222222222222, this.$refs.attFileList.randerData);
|
|
|
-
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.attFileList.randerData(this.uploadCacheData.attinfos)
|
|
|
})
|