@@ -256,27 +256,27 @@ export default {
this.$message({ message: '已取消修改', offset: 8 })
data.status = data.status ? 0 : 1
})
- },
- doExport(data) {
- crud.downloadLoading = true
- this.$confirm('此操作将导出所选数据' + '
你是否还要继续?', '提示', {
- confirmButtonText: '继续',
- cancelButtonText: '取消',
- type: 'warning',
- dangerouslyUseHTMLString: true
- }).then(() => {
- const ids = []
- data.forEach(val => {
- ids.push(val.fondsId)
- })
- const params = {
- 'fondsIds': ids
- }
- console.log('params', params)
- // exportFile(this.baseApi + '/api/fonds/download?' + qs.stringify(params, { indices: false }))
- }).catch(() => {
- })
}
+ // doExport(data) {
+ // crud.downloadLoading = true
+ // this.$confirm('此操作将导出所选数据' + '
你是否还要继续?', '提示', {
+ // confirmButtonText: '继续',
+ // cancelButtonText: '取消',
+ // type: 'warning',
+ // dangerouslyUseHTMLString: true
+ // }).then(() => {
+ // const ids = []
+ // data.forEach(val => {
+ // ids.push(val.fondsId)
+ // })
+ // const params = {
+ // 'fondsIds': ids
+ // }
+ // console.log('params', params)
+ // // exportFile(this.baseApi + '/api/fonds/download?' + qs.stringify(params, { indices: false }))
+ // }).catch(() => {
+ // })
+ // }
}
}
diff --git a/src/views/inquiryMachine/content.vue b/src/views/inquiryMachine/content.vue
index 79ec25f..10d7ce4 100644
--- a/src/views/inquiryMachine/content.vue
+++ b/src/views/inquiryMachine/content.vue
@@ -33,7 +33,7 @@
-
+
搜索
重置
@@ -57,12 +57,12 @@
-
-
+
+
-
-
+
+
@@ -70,19 +70,24 @@
+
+
-
-
+
+
+
@@ -123,20 +131,22 @@