|
@@ -169,11 +169,13 @@ export default {
|
|
|
async addDataFn() {
|
|
|
await this.$refs.addForm.validate()
|
|
|
await getCreditListEdit({ ...this.addForm, ...this.data })
|
|
|
- this.getDataList({
|
|
|
- type: 'COMMONLY',
|
|
|
- pageSize: this.pageSize,
|
|
|
- pageNum: this.currentPage
|
|
|
- })
|
|
|
+ // this.getDataList({
|
|
|
+ // type: 'COMMONLY',
|
|
|
+ // pageSize: this.pageSize,
|
|
|
+ // pageNum: this.currentPage
|
|
|
+ // })
|
|
|
+ this.$refs.pageRef.refreshList()
|
|
|
+
|
|
|
this.$message.success('设置成功')
|
|
|
this.dialogForm = false
|
|
|
},
|