UNPKG
hy_gx
Version:
latest (1.0.2)
1.0.2
hy_gx
/
src
/
com
/
vuex
/
actions.js
10 lines
(8 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
VueAxios
from
'vue-axios'
import
Vue
from
'vue'
export
default
{
// 设置知识
searchKnowledge
(knowledge) {
return
$request($$pageContextPath+
'demo/tag/testAjaxDataGrid.do'
,{
action
:
"retrieve"
,
knowledge
:
"knowledge"
}) } }