Commit b6d74206 by 西瓜

线索管理, 上级下发线索

parent bcf844ce
No preview for this file type
import { post } from "@/utils/http.js";
import { get, post } from "@/utils/http.js";
import base from "@/api/base";
//上级下发操作列表
......@@ -13,4 +13,6 @@ export const updateHczljs = params =>
export const getSjxfAllByBh = params =>
post(`${base.alyIP}/hcfksh/getSjxfAllByBh`, params);
export const fjbcYd = params =>
get(`${base.alyIP}xdzlgn/fjbcYd`, params);
\ No newline at end of file
......@@ -48,7 +48,8 @@ import {
import {
getSjxfxsCzl,
updateHczljs,
getSjxfAllByBh
getSjxfAllByBh,
fjbcYd
} from '@/api/xsInput/sxjDetail.js'
import { getBjyjList } from '@/api/xsInput/bjyj.js'
export default {
......@@ -1360,8 +1361,17 @@ export default {
// this.getXsJbxxs(),
this.getNbfkxx()
this.getyJ()
this.fjbcYdList()
},
methods: {
fjbcYdList () {
debugger
fjbcYd({
jsxxzjbh: this.xxzjbh
}).then(res => {
console.log(res)
})
},
getXszDetail (list, shsexsbh, miy) {
var self = this
getTzxsByXsbh({
......@@ -1645,7 +1655,7 @@ export default {
// else if (type == 'gzry') {
// this.xsList[0].xsss[2].page.currentPage = val
// this.getGzryDetail()
// }
// }
else if (type == 'sxj_sjaj') {
this.xsList[6].xsss[0].page.currentPage = val
this.getAjxx()
......
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