Commit 437262cc by fukai

补充报表部分

parent 57cab7b1
import Api from "~/service/Api"
import Utils from "../utils"
export default {
methods: {
globalSearch(key){
return Api.post("report/globalSearch?key="+encodeURI(key));
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment