sale-client 3.5.42 → 3.5.43
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
|
@@ -318,6 +318,7 @@ export default {
|
|
|
318
318
|
this.fileSaveData.modifyReason = ''
|
|
319
319
|
}
|
|
320
320
|
let details = await this.$resetpost('rs/logic/filechangeDetails', {data: this.fileSaveData}, {resolveMsg: null, rejectMsg: '获取修改明细出错!'})
|
|
321
|
+
this.seaching = false
|
|
321
322
|
this.filechangeDetails.rows = details.data.changeDetails
|
|
322
323
|
this.filechangeDetailsShow = details.data.isChange
|
|
323
324
|
}
|