|
@@ -155,6 +155,7 @@ export default {
|
|
examineStatus: 'OK'
|
|
examineStatus: 'OK'
|
|
})
|
|
})
|
|
this.$message.success('审核成功')
|
|
this.$message.success('审核成功')
|
|
|
|
+ this.$refs.pageRef.refreshList()
|
|
loading.close()
|
|
loading.close()
|
|
} catch (error) {
|
|
} catch (error) {
|
|
loading.close()
|
|
loading.close()
|
|
@@ -173,6 +174,7 @@ export default {
|
|
examineStatus: 'FAIL'
|
|
examineStatus: 'FAIL'
|
|
})
|
|
})
|
|
this.$message.success('审核成功')
|
|
this.$message.success('审核成功')
|
|
|
|
+ this.$refs.pageRef.refreshList()
|
|
loading.close()
|
|
loading.close()
|
|
} catch (error) {
|
|
} catch (error) {
|
|
loading.close()
|
|
loading.close()
|