1、修改Mysql线程池逻辑

2、新增数据表信息查询接口
3、优化前端代码逻辑
4、新增业面业务功能提示信息窗口
This commit is contained in:
2019-04-10 16:32:13 +08:00
parent abc220eb35
commit 9623b70875
50 changed files with 1197 additions and 1195 deletions

View File

@@ -139,6 +139,8 @@
</row>
<script src="http://www.1216.top/res/layui/layui.js"></script>
<script>
let {qtaskList} = qtask
var vm = new Vue({
el: ".qtask-list",
data: {
@@ -163,7 +165,8 @@
},
methods: {
loadList: function () {
var para = {
qtaskList().then(res => this.list = res)
/*var para = {
pn:1,
ps:120,
doc:"qtask",
@@ -172,7 +175,8 @@
};
red.getJSON("/meta/find", para, function (json) {
vm.list = json;
});
});*/
},
openDia: function (row) {
vm.row = row;