09f51600 by weimo934

提交代码

1 parent c8ef675e
......@@ -455,6 +455,12 @@ function getApproveList(pageIndex, condition, starttimecondition,
// debugger
},
success: function (res) {
debugger
if (res.code===500){
$('#msg').css("display", "block");
$('#nvaTab').css("visibility", "hidden");
return false
}
var result = res.data;
var totalre = result["total"];
// layuiPage(totalre);
......
......@@ -3,7 +3,7 @@ var self = new Vue({
data() {
return {
search: '',
flowid: 't1001_8a8610de737b99270173937337e00133',
flowid: ['t1001_8a8610de737b99270173937337e00133'],
userName: '案件查处',
pageNum:1,
pageSize:10,
......@@ -43,7 +43,7 @@ var self = new Vue({
getData() {
axios.post(CONF_NEWGHSC_SERVERURL + '/dblb/list/workings', null,{
params: {
flowid: this.flowid,
flowids: this.flowid.toString(),
userName: this.userName,
pageIndex:this.pageNum,
pageSize:this.pageSize,
......
......@@ -111,7 +111,7 @@
<el-button v-show="isActive == 3" type ="primary" size="mini">删除</el-button>
<el-button v-show="isActive == 5" type ="primary" size="mini" @click="openHandleJumpUrl('t1001_8a8610d86125b9a801612600a4c60003','1')">添加</el-button>
<el-button v-show="isActive == 5" type ="primary" size="mini">删除</el-button>
<el-button v-show="isActive == 2" type ="primary" size="mini" @click="openHandleJumpUrl('t1001_8a8610d86125b9a801612600a4c60003','1')">添加</el-button>
<el-button v-show="isActive == 2" type ="primary" size="mini" @click="openHandleJumpUrl('t1001_402885c973b703220173b73ed4e6004d','1')">添加</el-button>
<el-button v-show="isActive == 2" type ="primary" size="mini">删除</el-button>
</div>
<div style="float: right" class="div-search" >
......
......@@ -77,7 +77,7 @@ var self = new Vue({
},
methods:{
getData() {
axios.get(CONF_NEWGHSC_SERVERURL + '/dblb/list/worked', {
axios.post(CONF_NEWGHSC_SERVERURL + '/dblb/list/worked', {
params: {
pageIndex:this.pageNum,
pageSize:this.pageSize,
......
......@@ -42,7 +42,7 @@ var self = new Vue({
},
methods:{
getData() {
axios.get(CONF_NEWGHSC_SERVERURL + '/dblb/list/worked', {
axios.post(CONF_NEWGHSC_SERVERURL + '/dblb/list/worked', null,{
params: {
pageIndex:this.pageNum,
pageSize:this.pageSize,
......@@ -74,7 +74,6 @@ var self = new Vue({
this.getData()
},
handleCurrentChange(pageNum){
alert(pageNum)
this.pageNum = pageNum
this.getData()
},
......
......@@ -5,7 +5,7 @@ var self = new Vue({
search:'',
projectId:null,
userId:null,
flowid: 't1001_8a8610d86117e3b401611848a8690000',
flowid: ['t1001_8a8610d86117e3b401611848a8690000'],
userName: '案件查处',
pageNum:1,
pageSize:2,
......@@ -64,7 +64,7 @@ var self = new Vue({
params: {
pageIndex:this.pageNum,
pageSize:this.pageSize,
flowId: this.flowid,
flowIds: this.flowid.toString(),
userName: this.userName,
}
}).then(res => {
......
......@@ -5,7 +5,7 @@ var self = new Vue({
search:'',
projectId:null,
userId:null,
flowid: 't1001_8a8610d86117e3b401611848a8690000',
flowid: ['t1001_8a8610d86117e3b401611848a8690000'],
userName: '案件查处',
pageNum:1,
pageSize:2,
......@@ -42,11 +42,11 @@ var self = new Vue({
},
methods:{
getData() {
axios.get(CONF_NEWGHSC_SERVERURL + '/dblb/list/worked', {
axios.post(CONF_NEWGHSC_SERVERURL + '/dblb/list/worked', {
params: {
pageIndex:this.pageNum,
pageSize:this.pageSize,
flowId: this.flowid,
flowIds: this.flowid.toString(),
userName: this.userName,
}
}).then(res => {
......
......@@ -807,7 +807,7 @@
<!-- GIS服务 -->
<div id="browsingGrp" class="div-right-content-item"
style="display: none;text-overflow: ellipsis;width: 100%;margin-left: 0;padding: 0px;">
style="display: inline-block;text-overflow: ellipsis;width: 100%;margin-left: 0;padding: 0px;">
<div style="margin:33px 0 15px 0;">
<img src="../../image/projecttask/dt.png"
style="width: 25px;height:25px;margin-top: -5px;margin-right: 5px;">
......