提交 b1351f4f 编写于 作者: chengxiang.li's avatar chengxiang.li

update data-view-message set pageNo to 1 when addConditions

上级 3642ec25
......@@ -88,7 +88,7 @@
</el-form>
<span slot="footer" class="dialog-footer">
<el-button @click="handleClearCondition">清 空</el-button>
<el-button type="primary" @click="addConditioDialogVisible = false">确 定</el-button>
<el-button type="primary" @click="handleAddConditionConfirm">确 定</el-button>
</span>
</el-dialog>
......@@ -443,6 +443,10 @@
}
vm.sendRequest( 'get', `/sensitive/dataSearch/changeStatus?dataUserContentId=${row.dataUserContentId}`, {}, callback );
},
handleAddConditionConfirm(){
vm.addConditioDialogVisible = false;
vm.ruleForm.pageNo = 1;
},
sendRequest( type, url, params, callback ){
openLoading(vm);
url = localStorage.getItem("lectureUrl") + url;
......@@ -563,9 +567,14 @@
text-align: right;
overflow: hidden;
overflow-x: scroll;
-webkit-overflow-scrolling:touch;
.el-pagination__total{
margin-left: 25px;
}
.el-pagination__jump{
padding-right: 25px;
}
}
.tebale_card {
background: rgba(255,255,255,0.2);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册