prod
校文 3 years ago
parent a89c759bbd
commit f4fa6b4cef

@ -1,7 +1,7 @@
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-10-27 15:29:37 * @Date: 2021-10-27 15:29:37
* @LastEditTime: 2021-11-21 16:36:03 * @LastEditTime: 2021-12-01 14:55:51
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/IndustryDataExport/tableEvent.js * @FilePath: /data-show/src/views/IndustryDataExport/tableEvent.js
@ -27,7 +27,7 @@ export function rowSelection() {
}, },
selectedRowKeys: this.sk, selectedRowKeys: this.sk,
onSelectAll: () => { onSelectAll: () => {
this.tableAll = true; this.tableAll = !this.tableAll;
}, },
} }
} }

@ -1,7 +1,7 @@
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-10-19 14:14:52 * @Date: 2021-10-19 14:14:52
* @LastEditTime: 2021-11-16 10:29:27 * @LastEditTime: 2021-12-01 14:50:14
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/Login/loginForm/index.vue * @FilePath: /data-show/src/views/Login/loginForm/index.vue
@ -130,6 +130,8 @@ export default {
this.setAccount({}); this.setAccount({});
} }
this.$router.push({path: '/'}) this.$router.push({path: '/'})
}).catch(() => {
console.log("登录失败")
}) })
} else { } else {
console.log("error submit!!"); console.log("error submit!!");

Loading…
Cancel
Save