提交 3729a532 编写于 作者: huangwensu's avatar huangwensu

查询添加idType

上级 ed33be8e
......@@ -92,6 +92,7 @@ export default {
curmbFirst: '教培项目',
curmbSecond: '项目组件',
searchParam: {
idType: '',
name: '',
status: '',
pageNo: 1,
......@@ -132,7 +133,8 @@ export default {
},
computed: {
...mapGetters([
'_token'
'_token',
'idType'
])
},
created() {
......@@ -142,6 +144,7 @@ export default {
methods: {
// 列表查询
search() {
vm.searchParam.idType = vm.idType
openLoading(vm)
vm.GET('portalComponent/queryPortalComponent',vm.searchParam).then((res) => {
closeLoading(vm)
......@@ -154,6 +157,7 @@ export default {
// 重置
reseat() {
vm.searchParam = Object.assign({},{
idType: '',
name: '',
status: '',
pageNo: 1,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册